diff options
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r-- | source/sys_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c index 8b4e96c..b05993f 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -1024,7 +1024,7 @@ static void Sys_ListFilteredFiles( void **listedFiles, const char *path, const char *filter, int flags, - int length, + size_t length, int depth ) { struct dirent *findInfo; @@ -1107,7 +1107,7 @@ Sys_ListFiles void **Sys_ListFiles( const char *path, const char *extension, int flags, - int length, + size_t length, int *numFiles ) { struct dirent *findInfo; |