Podmiana zmiennych int8 na int16, Działa filtrowanie plików po przez podanie ścierzek

This commit is contained in:
yanczi 2025-11-11 13:46:56 +01:00
parent 293c1412ad
commit 621b4b6eb7
12 changed files with 66 additions and 81 deletions

View file

@ -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;
};