diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-07-18 17:06:27 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-07-18 17:06:27 +0000 |
commit | f8d6f0b9a228d39bc69fc0262c8f1c539adf06fb (patch) | |
tree | c7dfc508adbf4172fb5562e4eb0dc2af0bf90d92 /navit/zipfile.h | |
parent | fd45644825f4d176d89e0a655da4b25c16a0d420 (diff) | |
download | navit-f8d6f0b9a228d39bc69fc0262c8f1c539adf06fb.tar.gz |
Fix:Forgotten commit
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3506 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/zipfile.h')
-rw-r--r-- | navit/zipfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/zipfile.h b/navit/zipfile.h index a5f45c4c4..01c1d0f48 100644 --- a/navit/zipfile.h +++ b/navit/zipfile.h @@ -113,6 +113,8 @@ struct zip64_eoc { char zip64ecom[0]; /* zip64 extensible data sector */ } __attribute__ ((packed)); +#define zip64_eocl_sig 0x07064b50 + struct zip64_eocl { int zip64lsig; int zip64ldsk; |