]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/stringio.h
Merge commit '0d5ebb17b29d4263ec4f1634af24a27620ab47a4' into garux-merge
[xonotic/netradiant.git] / libs / stringio.h
index 9003bca8dc030b6477201f8cfd0450fe83858945..227927291ebbe8b8ebf37e1f6cc93631da26dbf1 100644 (file)
@@ -237,7 +237,7 @@ inline bool Tokeniser_getFloat( Tokeniser& tokeniser, float& f ){
                globalErrorStream() << "Warning: " << Unsigned( tokeniser.getLine() ) << ":" << Unsigned( tokeniser.getColumn() ) << ": expected parse problem at '" << token << "': wanted '#number'\nProcessing anyway\n";
        #define GARUX_DISABLE_QNAN_FALLBACK
        #ifndef GARUX_DISABLE_QNAN_FALLBACK
-               *strstr( token, ".#" ) = '\0';
+//             *strstr( token, ".#" ) = '\0';
        #endif
                return true;
        }