Skip to content

Commit

Permalink
fix #598: CSV load issues (Windows version)
Browse files Browse the repository at this point in the history
  • Loading branch information
tavmem committed Oct 10, 2020
1 parent 18fe941 commit 3695202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/0.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ Z K _0d_rdDsvWc(K a,K b) { // read delim-sep-val-file-with-columm-headings
CS('I', q=formKiCS(tok); kI(k)[p]=q?*kI(q):IN;)
CS('F', q=formKfCS(tok); kF(k)[p]=q?*kF(q):FN;)
CS('C', q=newK(-3,n=strlen(tok)); if(!n)n++; memcpy(kC(q),tok,n); kK(k)[p]=q; q=0;)
CS('S', kS(k)[p]=sp(tok);) } }
if(q && rc(q)<10000 && rc(q)>0)cd(q); } }
CS('S', kS(k)[p]=sp(tok);) } } } }
free(m); p++; } }

cleanup:
Expand Down

0 comments on commit 3695202

Please sign in to comment.