parent
4f02cb0904
commit
dc4d20ca52
@ -21625,7 +21625,7 @@ BUILDIN_FUNC(get_githash) {
|
|||||||
safestrncpy(buf,git,strlen(git)+1);
|
safestrncpy(buf,git,strlen(git)+1);
|
||||||
|
|
||||||
if ( git[0] != UNKNOWN_VERSION )
|
if ( git[0] != UNKNOWN_VERSION )
|
||||||
script_pushstr(st,buf);
|
script_pushstrcopy(st,buf);
|
||||||
else
|
else
|
||||||
script_pushconststr(st,"Unknown"); //unknown
|
script_pushconststr(st,"Unknown"); //unknown
|
||||||
return SCRIPT_CMD_SUCCESS;
|
return SCRIPT_CMD_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user