aboutsummaryrefslogtreecommitdiff
path: root/textproc/source-highlight/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/source-highlight/files/patch-ad')
-rw-r--r--textproc/source-highlight/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/source-highlight/files/patch-ad b/textproc/source-highlight/files/patch-ad
deleted file mode 100644
index 6794fa658c13..000000000000
--- a/textproc/source-highlight/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/fileutil.cc.orig Tue Aug 17 13:11:13 2004
-+++ src/lib/fileutil.cc Tue Aug 17 13:11:41 2004
-@@ -41,7 +41,7 @@
- // we open it as binary otherwise we may experience problems under
- // Windows system: when we fread, the number of char read can be
- // less then char_count, and thus we'd get an error...
-- ifstream file (fileName.c_str (), ios_base::binary);
-+ ifstream file (fileName.c_str (), ios::binary);
- if (! file.is_open () )
- file_error ("Error operning", fileName);
- else