strings.c
changeset 4321 b763b7007162
parent 4293 2c24234a7aec
child 4346 3f00094f2670
--- a/strings.c	Sun Aug 20 12:07:27 2006 +0000
+++ b/strings.c	Sun Aug 20 12:09:32 2006 +0000
@@ -1229,7 +1229,7 @@
 
 	// go through the language files and make sure that they are valid.
 	for (i = m = 0; i != n; i++) {
-		int j;
+		size_t j;
 
 		char *s = str_fmt("%s%s", _path.lang_dir, files[i]);
 		in = fopen(s, "rb");