mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000619] "Negative file size in archive"
This commit is contained in:
parent
8264a733e0
commit
b0025801b7
2 changed files with 6 additions and 6 deletions
|
|
@ -135,11 +135,11 @@ type
|
|||
THeaderDataEx=packed record
|
||||
ArcName:array [0..1023] of char;
|
||||
FileName:array [0..1023] of char;
|
||||
Flags,
|
||||
Flags:longint;
|
||||
PackSize,
|
||||
PackSizeHigh,
|
||||
UnpSize,
|
||||
UnpSizeHigh,
|
||||
UnpSizeHigh:longword;
|
||||
HostOS,
|
||||
FileCRC,
|
||||
FileTime,
|
||||
|
|
@ -157,11 +157,11 @@ type
|
|||
THeaderDataExW=packed record
|
||||
ArcName:array [0..1023] of widechar;
|
||||
FileName:array [0..1023] of widechar;
|
||||
Flags,
|
||||
Flags:longint;
|
||||
PackSize,
|
||||
PackSizeHigh,
|
||||
UnpSize,
|
||||
UnpSizeHigh,
|
||||
UnpSizeHigh:longword;
|
||||
HostOS,
|
||||
FileCRC,
|
||||
FileTime,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue