Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37760274
en ru br
Репозитории ALT
S:1.8.5-alt1
5.1: 1.4.2-alt1
4.1: 1.3-alt3
4.0: 1.3-alt3
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libirrlicht

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: irrlicht-1.8-fix-locale-decimal-points.patch
Скачать


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
 {
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin