Jan Engelhardt
5ddae9f616
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=23
18 lines
728 B
Diff
18 lines
728 B
Diff
---
|
|
StandAlone/spirv-remap.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: glslang/StandAlone/spirv-remap.cpp
|
|
===================================================================
|
|
--- glslang.orig/StandAlone/spirv-remap.cpp
|
|
+++ glslang/StandAlone/spirv-remap.cpp
|
|
@@ -227,7 +227,7 @@ namespace {
|
|
}
|
|
}
|
|
else if (arg == "--version" || arg == "-V") {
|
|
- std::cout << basename(argv[0]) << " version 0.97 " << __DATE__ << " " << __TIME__ << std::endl;
|
|
+ std::cout << basename(argv[0]) << " version 0.97 " << std::endl;
|
|
exit(0);
|
|
} else if (arg == "--input" || arg == "-i") {
|
|
// Collect input files
|