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-various.cpp | |
parent | 98bbbc040d2ddb99efa55f021962e43457eaa177 (diff) |
Still some changes....
Diffstat (limited to 'PE/extract-various.cpp')
-rw-r--r-- | PE/extract-various.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PE/extract-various.cpp b/PE/extract-various.cpp index 6a73f42..9a68a3d 100644 --- a/PE/extract-various.cpp +++ b/PE/extract-various.cpp @@ -12,7 +12,9 @@ virtual int startup() throw (GeneralException) { unsigned int c, b, i, j, size, n, changed; unsigned short p, t; String fn; - + + verbosity = M_INFO; + for (c = 0; c < 6;) { b = f->readU8(); if (b <= MAXCHAR) { |