diff options
author | pixel <pixel> | 2003-09-24 02:47:45 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-24 02:47:45 +0000 |
commit | c1727f55279122d155a639809cc021fc88005867 (patch) | |
tree | a8d709b1b63438abaaa8a3fdbd7a2a4e21c27640 /PE/reinsert.cpp | |
parent | 98bbbc040d2ddb99efa55f021962e43457eaa177 (diff) |
Still some changes....
Diffstat (limited to 'PE/reinsert.cpp')
-rw-r--r-- | PE/reinsert.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PE/reinsert.cpp b/PE/reinsert.cpp index 1c6530b..61372aa 100644 --- a/PE/reinsert.cpp +++ b/PE/reinsert.cpp @@ -14,6 +14,8 @@ virtual int startup() throw (GeneralException) { Handle * iw; cdutils * cd; + verbosity = M_INFO; + ir = new Input("PE1.bin"); iw = new Output("PE1.bin", 0, 0); cd = new cdutils(ir, iw); |