Podmiana zmiennych int8 na int16, Działa filtrowanie plików po przez podanie ścierzek
This commit is contained in:
parent
293c1412ad
commit
621b4b6eb7
12 changed files with 66 additions and 81 deletions
|
|
@ -66,11 +66,11 @@ struct CargoHead
|
|||
|
||||
struct FilesTable
|
||||
{
|
||||
uint8_t nameLen;
|
||||
int16_t nameLen;
|
||||
std::string nameFile;
|
||||
uint64_t hashName;
|
||||
uint64_t offset;
|
||||
uint32_t size;
|
||||
uint64_t crc;
|
||||
int8_t flag;
|
||||
int16_t flag;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue