commit 3cd04235095aa7bdcf00df666cae3920964aec22 from: Stefan Sperling date: Sat Aug 03 14:40:31 2019 UTC fix definition of GOT_FILEIDX_F_STAGE_SHIFT commit - fccbfb985ce3435c23c5507d74f2d952e3176f82 commit + 3cd04235095aa7bdcf00df666cae3920964aec22 blob - dbf735c60f305ce21773733986a5a067e065d008 blob + 2e2def149a4f0efc4591c4551caaed246f8e30fe --- lib/fileindex.c +++ lib/fileindex.c @@ -38,7 +38,7 @@ /* got_fileindex_entry flags */ #define GOT_FILEIDX_F_PATH_LEN 0x00000fff #define GOT_FILEIDX_F_STAGE 0x0000f000 -#define GOT_FILEIDX_F_STAGE_SHIFT 24 +#define GOT_FILEIDX_F_STAGE_SHIFT 12 #define GOT_FILEIDX_F_NOT_FLUSHED 0x00010000 #define GOT_FILEIDX_F_NO_BLOB 0x00020000 #define GOT_FILEIDX_F_NO_COMMIT 0x00040000