Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 614481366e79cd8aa8fdf261ea61ee43 > files > 1

stellarium-0.8.2-2mdv2007.1.src.rpm

Index: stellarium-0.8.2/src/translator.cpp
===================================================================
--- stellarium-0.8.2.orig/src/translator.cpp	2007-01-05 22:22:18.287001160 +0100
+++ stellarium-0.8.2/src/translator.cpp	2007-01-05 22:24:13.358192660 +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);