mirror of
https://github.com/Dushistov/sdcv.git
synced 2026-01-29 03:19:48 +00:00
Compare commits
2 Commits
5478f290a1
...
f1cb0172d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1cb0172d1 | ||
|
|
bae2132bd5 |
@@ -42,8 +42,8 @@ private:
|
|||||||
int version;
|
int version;
|
||||||
int chunkLength;
|
int chunkLength;
|
||||||
int chunkCount;
|
int chunkCount;
|
||||||
int *chunks;
|
int *chunks = nullptr;
|
||||||
unsigned long *offsets; /* Sum-scan of chunks. */
|
unsigned long *offsets = nullptr; /* Sum-scan of chunks. */
|
||||||
std::string origFilename;
|
std::string origFilename;
|
||||||
std::string comment;
|
std::string comment;
|
||||||
unsigned long crc;
|
unsigned long crc;
|
||||||
|
|||||||
Reference in New Issue
Block a user