aboutsummaryrefslogtreecommitdiff
path: root/src/LargeFileStream.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 14:41:38 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 14:41:38 +0100
commitf4f436870f9ce0368d81c504e93b012e3928a851 (patch)
tree61ea2ac873997600ca0aeb29669e9fef6f65bfe0 /src/LargeFileStream.cpp
parentbb914f047b0d96464f3e55234907df4e7c416e97 (diff)
- Debug parser (carriage returns)
- Improve test framework
Diffstat (limited to 'src/LargeFileStream.cpp')
-rw-r--r--src/LargeFileStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LargeFileStream.cpp b/src/LargeFileStream.cpp
index 547415b..86e2dcf 100644
--- a/src/LargeFileStream.cpp
+++ b/src/LargeFileStream.cpp
@@ -58,6 +58,6 @@ char LargeFileStream::operator[](long loc) {
return buffer[offset];
}
-bool LargeFileStream::IsEOF(long loc) { return (eof); }
+bool LargeFileStream::IsEOF() { return (eof); }
} // namespace pgnp \ No newline at end of file