aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/list.c b/src/list.c
index 5d25a74..32b2e72 100644
--- a/src/list.c
+++ b/src/list.c
@@ -47,6 +47,7 @@ list_create()
struct list *p = emalloc(sizeof(*p));
p->head = p->tail = NULL;
p->itr = NULL;
+ p->count = 0;
return p;
}

Return to:

Send suggestions and report system problems to the System administrator.