34af5ea
--- src/translator.cpp  2006-10-05 09:12:12.000000000 +0100
34af5ea
+++ src/translator.cpp  2006-10-22 21:34:22.000000000 +0100
34af5ea
@@ -71,7 +71,7 @@
34af5ea
 	}
34af5ea
34af5ea
 	//change systemLangName to ISO 639 / ISO 3166.
34af5ea
-	unsigned int pos = Translator::systemLangName.find(':', 0);
34af5ea
+	std::string::size_type pos = Translator::systemLangName.find(':', 0);
34af5ea
 	if(pos != Translator::systemLangName.npos)
34af5ea
 	       Translator::systemLangName.resize(pos);
34af5ea
 	pos = Translator::systemLangName.find('.', 0);