From a227b20fefda7d14316523ddd3aa1ce2b439169c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 5 Apr 2007 19:53:23 +0000 Subject: Switch to unsigned keys in hash, according to issue #1688290 in the sf tracker --- UsersTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UsersTable.h') diff --git a/UsersTable.h b/UsersTable.h index 54b997dc..7f6740eb 100644 --- a/UsersTable.h +++ b/UsersTable.h @@ -28,7 +28,7 @@ UsersTable* UsersTable_new(); void UsersTable_delete(UsersTable* this); -char* UsersTable_getRef(UsersTable* this, int uid); +char* UsersTable_getRef(UsersTable* this, unsigned int uid); inline int UsersTable_size(UsersTable* this); -- cgit v1.2.3