aboutsummaryrefslogtreecommitdiff
path: root/dict.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-11-10 00:15:33 +0100
committerJuan Cespedes <cespedes@debian.org>2004-11-10 00:15:33 +0100
commitd914a206a11cc1011a45f00674b1e16988fae77f (patch)
tree77b4ecf3d7c51911e04566cce1c2319715448faf /dict.c
parent337ea4581657020f6e9ae93e30cb4a7ddd993903 (diff)
downloadltrace-d914a206a11cc1011a45f00674b1e16988fae77f.tar.gz
Version: 0.3.36
* Fixed "--indent" option * Got rid of Debian and RedHat specific parts in tarball
Diffstat (limited to 'dict.c')
-rw-r--r--dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dict.c b/dict.c
index 8417ef8..944c202 100644
--- a/dict.c
+++ b/dict.c
@@ -152,7 +152,7 @@ dict_key_cmp_string(void * key1, void * key2) {
unsigned int
dict_key2hash_int(void * key) {
- return (unsigned int)key;
+ return (unsigned long)key;
}
int