fix some OOB enumerator usages
(should be no-op with usual compiler workings)
This commit is contained in:
parent
9e9d6fa52c
commit
120e296a74
5 changed files with 18 additions and 18 deletions
|
@ -1398,7 +1398,7 @@ Return the searchpath in "startSearch".
|
|||
=================
|
||||
*/
|
||||
|
||||
vmInterpret_t FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, int enableDll)
|
||||
int FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, int enableDll)
|
||||
{
|
||||
searchpath_t *search, *lastSearch;
|
||||
directory_t *dir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue