projects
/
cydia.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cytore values need to be _packed (I got lucky :D).
[cydia.git]
/
MobileCydia.mm
diff --git
a/MobileCydia.mm
b/MobileCydia.mm
index 32c0244145b4801345718845f94ca6d60a5ce542..fd225d1a9d0fb816c57d387e42c0cc004c5382ea 100644
(file)
--- a/
MobileCydia.mm
+++ b/
MobileCydia.mm
@@
-1420,14
+1420,14
@@
struct PackageValue :
char version_[8];
char name_[];
char version_[8];
char name_[];
-};
+}
_packed
;
struct MetaValue :
Cytore::Block
{
uint32_t active_;
Cytore::Offset<PackageValue> packages_[1 << 16];
struct MetaValue :
Cytore::Block
{
uint32_t active_;
Cytore::Offset<PackageValue> packages_[1 << 16];
-};
+}
_packed
;
static Cytore::File<MetaValue> MetaFile_;
// }}}
static Cytore::File<MetaValue> MetaFile_;
// }}}