Update json_spirit_writer_template.h
author0xDEADFACE <masmfan@gmail.com>
Sun, 27 Sep 2015 21:38:06 +0000 (00:38 +0300)
committer0xDEADFACE <masmfan@gmail.com>
Sun, 27 Sep 2015 21:38:06 +0000 (00:38 +0300)
src/json/json_spirit_writer_template.h

index 18a3f20..8e7a168 100644 (file)
@@ -73,6 +73,7 @@ namespace json_spirit
 
             if( add_esc_char( c, result ) ) continue;
 
+            // FIXME: This comparison is always true on some platforms
             const wint_t unsigned_c( ( c >= 0 ) ? c : 256 + c );
 
             if( iswprint( unsigned_c ) )