blob: b89635e0820580f8e77b9f06456c4d66ce619909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- par2fileformat.h.orig 2003-08-01 23:43:40 UTC
+++ par2fileformat.h
@@ -84,7 +84,7 @@ struct FILEVERIFICATIONPACKET
PACKET_HEADER header;
// Body
MD5Hash fileid; // MD5hash of file_hash_16k, file_length, file_name
- FILEVERIFICATIONENTRY entries[];
+ FILEVERIFICATIONENTRY entries[0];
} PACKED;
// The file description packet is used to record the name of the file,
|