We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc39b34 commit c82ebf4Copy full SHA for c82ebf4
1 file changed
src/converters/json.c
@@ -1311,7 +1311,7 @@ to_stMulList(struct context *buffer, const struct fds_drec_field *field)
1311
// Loop through blocks in the list
1312
int added = 0;
1313
int rc_block;
1314
- int rc_rec;
+ int rc_rec = FDS_EOC; // Default value (the block might be empty)
1315
1316
while ((rc_block = fds_stmlist_iter_next_block(&stMulList_iter)) == FDS_OK) {
1317
// Separate fields
0 commit comments