]> Nishi Git Mirror - dataworks.git/commitdiff
adding stuff
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 22 May 2024 00:54:30 +0000 (00:54 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 22 May 2024 00:54:30 +0000 (00:54 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@60 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Library/dw_database.h

index aadb897e8cb8900930aaf124663de5261138d8f8..fd21d13978dec018b37301e8bd30014118162ce1 100644 (file)
@@ -83,7 +83,7 @@ struct dataworks_db_v1_indexentry {
        uint8_t dbname_len;
        char dbname[256];
        char fields[4096];
-} __attribute__((__packed__));
+};
 
 /**
  * @~english
@@ -94,7 +94,7 @@ struct dataworks_db_v1_indexentry {
 struct dataworks_db_infoentry {
        uint16_t version;
        uint64_t mtime;
-} __attribute__((__packed__));
+};
 
 /**
  * @~english