diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 14:25:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 14:25:16 +0000 |
commit | a2f328dedde101e04cd0d0ce62028b23d939062a (patch) | |
tree | 40f5268dd8e473158e6208ea0965ee2dae5a9d20 /security/steghide/files/patch-src-jpegunusedseg.cc | |
parent | - Install documentation (both included text files and the manual available (diff) |
Update to 0.5.1
Notes
Notes:
svn path=/head/; revision=91962
Diffstat (limited to 'security/steghide/files/patch-src-jpegunusedseg.cc')
-rw-r--r-- | security/steghide/files/patch-src-jpegunusedseg.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/steghide/files/patch-src-jpegunusedseg.cc b/security/steghide/files/patch-src-jpegunusedseg.cc deleted file mode 100644 index 184961994c3a..000000000000 --- a/security/steghide/files/patch-src-jpegunusedseg.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- src/jpegunusedseg.cc.orig Thu Sep 26 23:45:27 2002 -+++ src/jpegunusedseg.cc Thu Sep 26 23:47:31 2002 -@@ -19,6 +19,7 @@ - */ - - #include <vector> -+#include <string> - - #include "binaryio.h" - #include "jpegbase.h" -@@ -56,7 +57,7 @@ - void JpegUnusedSegment::write (BinaryIO *io) - { - JpegSegment::write (io) ; -- for (vector<unsigned char>::iterator i = data.begin() ; i != data.end() ; i++) { -+ for (std::vector<unsigned char>::iterator i = data.begin() ; i != data.end() ; i++) { - io->write8 (*i) ; - } - } |