# | Line 502 | Line 502 | int jretile_manytofew(void) | |
---|---|---|
502 | } // end loop on lchunk | |
503 | } // end loop on iset | |
504 | ||
505 | < | firsttimethrough=0; |
506 | < | drms_free_array(inarr); |
507 | < | continue_outer_loop: |
508 | < | inrec = drms_recordset_fetchnext(drms_env, inrecset, &fetchstat, &chunkstat, NULL); |
505 | > | firsttimethrough=0; |
506 | > | drms_free_array(inarr); |
507 | > | continue_outer_loop: |
508 | > | inrec = drms_recordset_fetchnext(drms_env, inrecset, &fetchstat, &chunkstat, NULL); |
509 | } // end loop on irecin | |
510 | ||
511 | drms_close_records(inrecset, DRMS_FREE_RECORD); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |