]> git.mxchange.org Git - simgear.git/commitdiff
Fix over-read error in the test suite
authorRebecca Palmer <R.Palmer@bham.ac.uk>
Sat, 7 Jun 2014 07:25:13 +0000 (08:25 +0100)
committerRebecca Palmer <R.Palmer@bham.ac.uk>
Sat, 7 Jun 2014 07:25:13 +0000 (08:25 +0100)
https://buildd.debian.org/status/fetch.php?pkg=simgear&arch=mips&ver=3.0.0~git20140123%2Bf16c99-1&stamp=1391666349

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();
    }