]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream_test.cxx
Fix #1783: repeated error message on console
[simgear.git] / simgear / misc / sgstream_test.cxx
index 0188f9971283fde039fde8def6a0ab1ef14ce668..e86884e4515033df1c91b39544a2085ca84d0c8a 100644 (file)
@@ -20,7 +20,7 @@ int main()
            "third line ends with both\r\n"
            "fourth line as well\r\n"
            "fifth line is another CR/LF line\r\n"
-           "end of test\r\n", 1024);
+           "end of test\r\n", 158);
        f.close();
    }