diff src/dmpack.h @ 2479:c1cae47cd410

Rename DMPackEntry::length to csize (compressed size).
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Apr 2020 21:33:29 +0300
parents 0115b3dd9064
children 9807ae37ad69
line wrap: on
line diff
--- a/src/dmpack.h	Mon Apr 27 20:39:35 2020 +0300
+++ b/src/dmpack.h	Mon Apr 27 21:33:29 2020 +0300
@@ -17,7 +17,7 @@
 {
     char    filename[DMRES_NAME_LEN + 1]; // +1 for NUL byte
     Uint64  offset;            // Offset in pack file
-    Uint32  length;            // Compressed data length
+    Uint32  csize;             // Compressed data size
     Uint32  size;              // Size of UNCOMPRESSED data
     Uint32  flags;             // Stored flags, see DMF_* in dmres.h