Updated nameing (svn -> git) & fixed whitespaces.

This commit is contained in:
ikarus 2014-04-02 21:46:25 +02:00
commit 9c6837165b
3 changed files with 5 additions and 5 deletions

View file

@ -239,7 +239,7 @@ void FormatVersionInformation(char *dst, int len, const char *prefix, void *vers
return;
}
strncat(dst, v->svnversion, len);
strncat(dst, v->gitversion, len);
if(v->clean == 0) {
strncat(dst, "-unclean", len);
} else if(v->clean == 2) {