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/extract.cpp | |
parent | 98bbbc040d2ddb99efa55f021962e43457eaa177 (diff) |
Still some changes....
Diffstat (limited to 'PE/extract.cpp')
-rw-r--r-- | PE/extract.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PE/extract.cpp b/PE/extract.cpp index daabb24..4fa8b2f 100644 --- a/PE/extract.cpp +++ b/PE/extract.cpp @@ -18,6 +18,8 @@ virtual int startup() throw (GeneralException) { int n1 = 0, n2 = 0, i, j, size; String fn; char buff[2048]; + + verbosity = M_INFO; s = new Input("slus_006.62"); |