diff options
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/segrenam.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/segrenam.pl b/ms/segrenam.pl index 372444a229..353a0ef50a 100755 --- a/ms/segrenam.pl +++ b/ms/segrenam.pl @@ -51,7 +51,7 @@ foreach (@files) { # read IMAGE_FILE_HEADER sysread(FD,$coff,20)==20 || die "$file is too short"; ($Machine,$NumberOfSections,$TimeDateStamp, - $PointerToSymbolTable,$NumberOfSysmbols, + $PointerToSymbolTable,$NumberOfSymbols, $SizeOfOptionalHeader,$Characteristics)=unpack("SSIIISS",$coff); # skip over IMAGE_OPTIONAL_HEADER |