One parenthesis too much.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3458 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
49c3dc75d4
commit
9e3e9a7663
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ static qintptr_t syscallhandle (void *offset, quintptr_t mask, qintptr_t fn, con
|
|||
#define STRINGIFY(arg) STRINGIFY2(arg)
|
||||
n = va(FULLENGINENAME
|
||||
#ifdef SVNREVISION
|
||||
" SVN build " STRINGIFY(SVNREVISION))
|
||||
" SVN build " STRINGIFY(SVNREVISION)
|
||||
#endif
|
||||
" Build Number %i\n" "Build Date: " __DATE__ ", " __TIME__, build_number());
|
||||
Q_strncpyz(VM_POINTER(arg[1]), n, VM_LONG(arg[2]));
|
||||
|
|
Loading…
Reference in a new issue