- added some debugging to figure out CRC issue

This commit is contained in:
Mark Vejvoda
2012-07-07 01:16:50 +00:00
parent 330070a632
commit bf0e76c5e7
2 changed files with 9 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public:
int32 getFinalFileListSum();
int32 getFileCount();
void addByte(int8 value);
int32 addByte(int8 value);
void addString(const string &value);
int32 addInt(const int32 &value);
void addFile(const string &path);