This commit is contained in:
John Kerl 2019-09-21 19:56:11 -04:00
commit 4bdcebd9b7
4 changed files with 5 additions and 5 deletions

View file

@ -262,7 +262,7 @@ static lrec_t* lrec_reader_stdio_csv_process(void* pvstate, void* pvhandle, cont
slls_t* pheader_fields = slls_alloc();
int i = 0;
for (rsllse_t* pe = pstate->pfields->phead; i < pstate->pfields->length && pe != NULL; pe = pe->pnext) {
for (rsllse_t* pe = pstate->pfields->phead; i < pstate->pfields->length && pe != NULL; pe = pe->pnext, i++) {
if (*pe->value == 0) {
fprintf(stderr, "%s: unacceptable empty CSV key at file \"%s\" line %lld.\n",
MLR_GLOBALS.bargv0, pctx->filename, pstate->ilno);

View file

@ -2498,7 +2498,7 @@ SEE ALSO
2019-09-17 MILLER(1)
2019-09-21 MILLER(1)
</pre>
</div>
<p/>

View file

@ -2298,4 +2298,4 @@ SEE ALSO
2019-09-17 MILLER(1)
2019-09-21 MILLER(1)

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2019-09-17
.\" Date: 2019-09-21
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2019-09-17" "\ \&" "\ \&"
.TH "MILLER" "1" "2019-09-21" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~