diff options
author | Pixel <pixel@nobis-crew.org> | 2009-06-02 05:01:50 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-06-02 05:01:50 +0000 |
commit | 95446ef8a082e3fe70612b98e75a8667e2a4959f (patch) | |
tree | c13db05a5f83b08bfa6d35e2a9a9b2f0a25afca7 /lib/Buffer.cc | |
parent | 7170b90c2ad8c3014c69f12a0192e7464336f492 (diff) |
Typo...
Diffstat (limited to 'lib/Buffer.cc')
-rw-r--r-- | lib/Buffer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Buffer.cc b/lib/Buffer.cc index 473da62..447f883 100644 --- a/lib/Buffer.cc +++ b/lib/Buffer.cc @@ -199,7 +199,7 @@ off_t Buffer::seek(off_t off, int wheel) throw (GeneralException) { } if (ptr < 0) { ptr = old_ptr; - throw GeneralException("Can't seek a Buffer before its start.") + throw GeneralException("Can't seek a Buffer before its start."); } operator[](ptr); return ptr; |