wdas/partio

ZipFileHeader fileds overlap compiler warning

Opened this issue · 0 comments

LevWi commented

unsigned short version,flags;

Hello!
These variables are overlap ZipFileHeader fields with same name. Should ZipFileHeader::Read method use version,flags fields or local variables? If local variables need maybe better to rename these