2015-06-19 18:04:42 +00:00
|
|
|
Index: sanlock-3.2.4/src/main.c
|
2012-01-20 22:40:06 +00:00
|
|
|
===================================================================
|
2015-06-19 18:04:42 +00:00
|
|
|
--- sanlock-3.2.4.orig/src/main.c
|
|
|
|
+++ sanlock-3.2.4/src/main.c
|
|
|
|
@@ -1920,8 +1920,8 @@ static int read_command_line(int argc, c
|
2015-03-23 19:57:16 +00:00
|
|
|
}
|
2012-01-20 22:40:06 +00:00
|
|
|
|
2015-03-23 19:57:16 +00:00
|
|
|
if (!strcmp(arg1, "--version") || !strcmp(arg1, "-V")) {
|
2012-01-20 22:40:06 +00:00
|
|
|
- printf("%s %s (built %s %s)\n",
|
2012-12-03 22:15:47 +00:00
|
|
|
- argv[0], VERSION, __DATE__, __TIME__);
|
|
|
|
+ printf("%s %s\n",
|
|
|
|
+ argv[0], VERSION);
|
2012-01-20 22:40:06 +00:00
|
|
|
exit(EXIT_SUCCESS);
|
|
|
|
}
|
|
|
|
|