diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-12-29 21:46:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-12-29 21:46:03 +0000 |
commit | 1743bd0eacec94c6f6e3c89e16d0bd6d301017e8 (patch) | |
tree | a4de5c4bf9ebb8b9181daa8ec52c697dc3e1ff63 /src/tafreader.h | |
parent | f461b3c1839e5cfc85685ed1cb828ecaa74d6912 (diff) | |
download | libbu++-1743bd0eacec94c6f6e3c89e16d0bd6d301017e8.tar.gz libbu++-1743bd0eacec94c6f6e3c89e16d0bd6d301017e8.tar.bz2 libbu++-1743bd0eacec94c6f6e3c89e16d0bd6d301017e8.tar.xz libbu++-1743bd0eacec94c6f6e3c89e16d0bd6d301017e8.zip |
Corrected the premature end of stream read corner case in Taf...it was freaking
out and allocating all memory, now it just throws an exception.
Diffstat (limited to '')
-rw-r--r-- | src/tafreader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tafreader.h b/src/tafreader.h index ce67a5f..53ab6d4 100644 --- a/src/tafreader.h +++ b/src/tafreader.h | |||
@@ -35,6 +35,7 @@ namespace Bu | |||
35 | bool isws(); | 35 | bool isws(); |
36 | void next(); | 36 | void next(); |
37 | Bu::FString readStr(); | 37 | Bu::FString readStr(); |
38 | void rawread( char *c ); | ||
38 | char c, la; | 39 | char c, la; |
39 | Bu::Stream &sIn; | 40 | Bu::Stream &sIn; |
40 | int iLine, iCol; | 41 | int iLine, iCol; |