That's more correct
This commit is contained in:
parent
f3b8cab5d6
commit
60315912be
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ hexagram_schedule *hexagram_schedule_create(hexagram_table_entry *table,
|
|||
goto error_malloc_schedule;
|
||||
}
|
||||
|
||||
schedule->timer = NULL;
|
||||
schedule->timer = 0;
|
||||
schedule->current = 0;
|
||||
|
||||
for (i=0; i<count; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue