2
0
Fork 0

Fix typo in idlist.c

personal/stbuehler/wip
Stefan Bühler 2009-06-24 18:53:44 +02:00
parent 75505f73e1
commit 860b726724
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <lighttpd/idlist.h>
#define UL_BITS (sizeof(ulong) * 8)
#define UL_BITS (sizeof(gulong) * 8)
/* There are often no explicit bit shifts used in this code. This is on purpose, the
* code looks much cleaner without them, the correct constant for *, / and % is easier to calculate