Commit 3f26899
committed
Update json.c
Although the original version works as expected, the argument order should be changed to calloc's signature:
void* calloc (size_t num, size_t size);
http://www.cplusplus.com/reference/cstdlib/calloc/1 parent 1d8bdc8 commit 3f26899
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments