Skip to content

Commit

Permalink
gnutar archive extension format fix #249
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Jan 31, 2023
1 parent 0ee0190 commit ea54a20
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified bin/win32/ugrep.exe
Binary file not shown.
Binary file modified bin/win64/ugrep.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ugrep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ struct Zthread {
else
{
buf[136] = '\0';
size = strtoul(reinterpret_cast<const char*>(buf + 124), NULL, 8);
size = strtoull(reinterpret_cast<const char*>(buf + 124), NULL, 8);
}

// header types
Expand Down

0 comments on commit ea54a20

Please sign in to comment.