diff options
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) { |