Skip to content

Commit ce86a77

Browse files
authored
Merge pull request #174 from remicollet/issue-172
add missing init
2 parents 6258018 + 3a075e7 commit ce86a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/read.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ int sheet_cell_callback (size_t row, size_t col, const char *value, void *callba
229229
}
230230
}
231231

232+
ZVAL_NULL(&args[2]);
232233
data_to_custom_type(value, _type, &args[2]);
233234
}
234235

0 commit comments

Comments
 (0)