Fix over-read error in the test suite
https://buildd.debian.org/status/fetch.php?pkg=simgear&arch=mips&ver=3.0.0~git20140123%2Bf16c99-1&stamp=1391666349
This commit is contained in:
parent
e302ad092e
commit
398bf740d7
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user