X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fstrpool.h;h=c97b8737d288287e1d09e20e0f99c8026bcb801a;hb=673b10389cfdea7282d2587a00a01c9b0cf713d9;hp=6745be8d3d756cd0b7fb63d7bdc5ec6185aed9b8;hpb=3db2728dba488463c5e8c63764a4ff7f2a1f4f1f;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/strpool.h b/src/strpool.h index 6745be8..c97b873 100644 --- a/src/strpool.h +++ b/src/strpool.h @@ -25,7 +25,7 @@ struct _Stringpool Offset sstrings; /* size of used stringspace */ Hashtable stringhashtbl; /* hash table: (string ->) Hash -> Id */ - Hashmask stringhashmask; /* modulo value for hash table (size of table - 1) */ + Hashval stringhashmask; /* modulo value for hash table (size of table - 1) */ }; void stringpool_init(Stringpool *ss, const char *strs[]);