Sophie

Sophie

distrib > Fedora > 20 > i386 > media > updates-src > by-pkgid > a7f8a0a7e5be9bdec7d98be7cdd4a645 > files > 1

irrlicht-1.8.1-3.fc20.src.rpm

diff -up irrlicht-1.8/include/fast_atof.h.fix-locale-decimal-points irrlicht-1.8/include/fast_atof.h
diff -up irrlicht-1.8/source/Irrlicht/Irrlicht.cpp.fix-locale-decimal-points irrlicht-1.8/source/Irrlicht/Irrlicht.cpp
--- irrlicht-1.8/source/Irrlicht/Irrlicht.cpp.fix-locale-decimal-points	2012-11-03 18:08:00.000000000 -0400
+++ irrlicht-1.8/source/Irrlicht/Irrlicht.cpp	2012-12-19 15:10:33.242427216 -0500
@@ -116,7 +116,7 @@ namespace irr
 namespace core
 {
 	const matrix4 IdentityMatrix(matrix4::EM4CONST_IDENTITY);
-	irr::core::stringc LOCALE_DECIMAL_POINTS(".");
+	// irr::core::stringc LOCALE_DECIMAL_POINTS(".");
 }
 
 namespace video
diff -up irrlicht-1.8/source/Irrlicht/irrXML.cpp.fix-locale-decimal-points irrlicht-1.8/source/Irrlicht/irrXML.cpp
--- irrlicht-1.8/source/Irrlicht/irrXML.cpp.fix-locale-decimal-points	2012-12-19 15:11:36.592488302 -0500
+++ irrlicht-1.8/source/Irrlicht/irrXML.cpp	2012-12-19 15:12:03.084513847 -0500
@@ -10,6 +10,10 @@
 
 namespace irr
 {
+namespace core
+{
+	irr::core::stringc LOCALE_DECIMAL_POINTS(".");
+}
 namespace io
 {