From 5fb6c9e1cc073ad96d62efc423e87d79d38d435a Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 20 Aug 2006 12:09:32 +0000 Subject: (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc) --- strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index 89c2b4a1c..6945d9443 100644 --- a/strings.c +++ b/strings.c @@ -1229,7 +1229,7 @@ void InitializeLanguagePacks(void) // 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"); -- cgit v1.2.3-54-g00ecf