forked from pool/mstflint
305c4316b8
1 OBS-URL: https://build.opensuse.org/request/show/408924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=4
17 lines
674 B
Diff
17 lines
674 B
Diff
Index: b/common/tools_version.h
|
|
===================================================================
|
|
--- a/common/tools_version.h
|
|
+++ b/common/tools_version.h
|
|
@@ -70,10 +70,8 @@ int get_version_string(char* buf, int bu
|
|
len = snprintf(buf, buf_size, "%s %s, ", exe_name, tool_version);
|
|
}
|
|
// cut out first and last "$" from the SVN version string:
|
|
- len += snprintf(buf + len, buf_size - len, "%s, built on %s, %s. Git SHA Hash: %s",
|
|
+ len += snprintf(buf + len, buf_size - len, "%s, Git SHA Hash: %s",
|
|
MFT_VERSION_STR,
|
|
- __DATE__,
|
|
- __TIME__,
|
|
TOOLS_GIT_SHA);
|
|
return len;
|
|
}
|