src/newgrf_config.cpp
changeset 9146 dbe2317185eb
parent 9133 705318ad20db
child 9428 1ba05b499957
--- a/src/newgrf_config.cpp	Thu May 08 13:06:12 2008 +0000
+++ b/src/newgrf_config.cpp	Thu May 08 13:20:54 2008 +0000
@@ -309,7 +309,7 @@
 }
 
 /* Scan a path for NewGRFs */
-static uint ScanPath(const char *path, int basepath_length)
+static uint ScanPath(const char *path, size_t basepath_length)
 {
 	extern bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb);