summaryrefslogtreecommitdiffstats
path: root/util/angel.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/angel.c')
-rw-r--r--util/angel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/angel.c b/util/angel.c
index 247f4f02..9e1f3880 100644
--- a/util/angel.c
+++ b/util/angel.c
@@ -57,7 +57,7 @@ void readData(){
while (fread(&user, sizeof(userec_t), 1, fp) == 1) {
++j; /* j == uid */
if (user.myangel[0]) {
- i = searchuser(user.myangel);
+ i = searchuser(user.myangel, NULL);
if (i)
++total[i];
}