diff options
Diffstat (limited to 'textproc/xmlppm/files/patch-IFile.cpp')
-rw-r--r-- | textproc/xmlppm/files/patch-IFile.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xmlppm/files/patch-IFile.cpp b/textproc/xmlppm/files/patch-IFile.cpp deleted file mode 100644 index 110f3136c7a3..000000000000 --- a/textproc/xmlppm/files/patch-IFile.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/IFile.cpp.orig Thu Jun 10 04:16:13 2004 -+++ src/IFile.cpp Tue Aug 17 23:21:02 2004 -@@ -73,7 +73,7 @@ - writing the output. Then flush the file. */ - void ifflush(IFILE* ifile) { - static char outbuf[BUFFSIZE]; -- char* inptr = ifile->buf; -+ const char* inptr = ifile->buf; - char* outptr = outbuf; - size_t insz = ifile->bufsiz; - size_t outsz; |