mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 10:29:02 +00:00
This commit is contained in:
parent
9be1a8f0ff
commit
5f009edf48
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue