Blob Blame History Raw
--- src/translator.cpp  2006-10-05 09:12:12.000000000 +0100
+++ src/translator.cpp  2006-10-22 21:34:22.000000000 +0100
@@ -71,7 +71,7 @@
 	}

 	//change systemLangName to ISO 639 / ISO 3166.
-	unsigned int pos = Translator::systemLangName.find(':', 0);
+	std::string::size_type pos = Translator::systemLangName.find(':', 0);
 	if(pos != Translator::systemLangName.npos)
 	       Translator::systemLangName.resize(pos);
 	pos = Translator::systemLangName.find('.', 0);