diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index 84afef003..ad5467b86 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -233,7 +233,9 @@ int main (int argc, char **argv) SERVER_NAME = ++p;
arg_c = argc;
arg_v = argv;
- *eA_svn_version = '\0';
+ #ifndef SVNVERSION
+ *eA_svn_version = '\0';
+ #endif
}
set_server_type();
|