Skip to content

Commit

Permalink
Merge pull request #174 from remicollet/issue-172
Browse files Browse the repository at this point in the history
add missing init
  • Loading branch information
viest committed Sep 20, 2019
2 parents 6258018 + 3a075e7 commit ce86a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ int sheet_cell_callback (size_t row, size_t col, const char *value, void *callba
}
}

ZVAL_NULL(&args[2]);
data_to_custom_type(value, _type, &args[2]);
}

Expand Down

0 comments on commit ce86a77

Please sign in to comment.