Fix issue with ktx's parsing of certain entities.
This commit is contained in:
parent
5685376732
commit
6c795f62ab
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ static qintptr_t QVM_GetEntityToken (void *offset, quintptr_t mask, const qintpt
|
|||
char *ret = VM_POINTER(arg[0]);
|
||||
q1qvmentstring = COM_Parse(q1qvmentstring);
|
||||
Q_strncpyz(ret, com_token, VM_LONG(arg[1]));
|
||||
return *com_token != 0;
|
||||
return q1qvmentstring != NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue