mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed Linux compilation error because of stupid CL accepting anything
This commit is contained in:
parent
45f50cfe25
commit
5f3ee10bc0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ dtikianim_t *TIKI_LoadTikiAnim(const char *path)
|
|||
|
||||
ext = strstr(path, ".");
|
||||
if (!ext) {
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Q_strncpyz(tempName, path, ext - path + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue