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-cvrstgfile.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-cvrstgfile.cc')
-rw-r--r-- | security/steghide/files/patch-src-cvrstgfile.cc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/security/steghide/files/patch-src-cvrstgfile.cc b/security/steghide/files/patch-src-cvrstgfile.cc deleted file mode 100644 index a498a1a75feb..000000000000 --- a/security/steghide/files/patch-src-cvrstgfile.cc +++ /dev/null @@ -1,30 +0,0 @@ ---- src/cvrstgfile.cc.orig Thu Sep 26 21:57:20 2002 -+++ src/cvrstgfile.cc Thu Sep 26 22:06:43 2002 -@@ -20,7 +20,8 @@ - - #include <stdio.h> - #include <stdlib.h> --#include <string.h> -+#include <string> -+#include <vector> - #include <assert.h> - - #include <libintl.h> -@@ -106,7 +107,7 @@ - } - - /* 'creates' a stego file from a cover file */ --void CvrStgFile::transform (string stgfn) -+void CvrStgFile::transform (std::string stgfn) - { - delete getBinIO() ; - setBinIO (new BinaryIO (stgfn, BinaryIO::WRITE)) ; -@@ -144,7 +145,7 @@ - return retval ; - } - --CvrStgFile* CvrStgFile::readfile (string fn) -+CvrStgFile* CvrStgFile::readfile (std::string fn) - { - BinaryIO *BinIO = new BinaryIO (fn, BinaryIO::READ) ; - |