mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 20:12:19 +00:00
Merge branch 'master' of http://github.com/johnkerl/miller
This commit is contained in:
commit
4bdcebd9b7
4 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -2498,7 +2498,7 @@ SEE ALSO
|
|||
|
||||
|
||||
|
||||
2019-09-17 MILLER(1)
|
||||
2019-09-21 MILLER(1)
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
|
|||
|
|
@ -2298,4 +2298,4 @@ SEE ALSO
|
|||
|
||||
|
||||
|
||||
2019-09-17 MILLER(1)
|
||||
2019-09-21 MILLER(1)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue