summaryrefslogtreecommitdiff
path: root/editors/lfhex/files/patch-src::reader.cpp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-16 20:27:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-16 20:27:06 +0000
commit09c23c8eff999c2a0038c26923e9567b0ecc5cde (patch)
tree553be5c648c2a791790eeddfa8fa52185228b451 /editors/lfhex/files/patch-src::reader.cpp
parentUnbroke - new gcc now doesn't accept unterminated milti-line strings. (diff)
- Update to version 0.3.4
- Unbreak on -current PR: 58126 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=91452
Diffstat (limited to '')
-rw-r--r--editors/lfhex/files/patch-src::reader.cpp16
1 files changed, 12 insertions, 4 deletions
diff --git a/editors/lfhex/files/patch-src::reader.cpp b/editors/lfhex/files/patch-src::reader.cpp
index 427ada379c0a..e487c0b5662f 100644
--- a/editors/lfhex/files/patch-src::reader.cpp
+++ b/editors/lfhex/files/patch-src::reader.cpp
@@ -1,6 +1,14 @@
---- src/reader.cpp.orig Sat Jul 7 04:16:01 2001
-+++ src/reader.cpp Sun Feb 23 00:46:53 2003
-@@ -227,7 +227,7 @@
+--- src/reader.cpp.orig Sat Jul 7 11:16:01 2001
++++ src/reader.cpp Thu Oct 16 20:54:13 2003
+@@ -13,6 +13,7 @@
+ #include <stdexcept>
+ #include <algorithm>
+ #include <new>
++#include <cassert>
+
+ // for stat:
+ #include <sys/types.h>
+@@ -227,7 +228,7 @@
// free the page which is the furthest away from the page we are loading
// this could be trouble if off_t is unsigned!
@@ -9,7 +17,7 @@
while(!freePage(_firstPage++));
else
while(!freePage(_lastPage--));
-@@ -285,7 +285,7 @@
+@@ -285,7 +286,7 @@
#ifdef LFHEX_IOS_BASE_FMTFLAGS
ostream& operator<< (ostream&out, const ReadBuffer& buff)
{