That's more correct

This commit is contained in:
XANTRONIX Development 2023-12-24 00:26:45 -05:00
parent f3b8cab5d6
commit 60315912be

View file

@ -11,7 +11,7 @@ hexagram_schedule *hexagram_schedule_create(hexagram_table_entry *table,
goto error_malloc_schedule; goto error_malloc_schedule;
} }
schedule->timer = NULL; schedule->timer = 0;
schedule->current = 0; schedule->current = 0;
for (i=0; i<count; i++) { for (i=0; i<count; i++) {