Introduction
Introduction Statistics Contact Development Disclaimer Help
Do not eat possible single `"' - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as …
hg clone https://bitbucket.org/iamleot/csvtofsv
Log
Files
Refs
README
---
changeset e68baee61d0b76ec445429a476d0f387e23d596b
parent a730075a9e4594edbd929f6f2823e4ca6efa5080
Author: Leonardo Taccari <[email protected]>
Date: Tue, 25 Jun 2019 15:26:51
Do not eat possible single `"'
Diffstat:
csvtofsv.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff -r a730075a9e45 -r e68baee61d0b csvtofsv.c
--- a/csvtofsv.c Tue Jun 25 12:42:33 2019 +0200
+++ b/csvtofsv.c Tue Jun 25 15:26:51 2019 +0200
@@ -58,6 +58,7 @@
first = true;
quoted = false;
} else {
+ putchar(c);
ungetc(nc, stdin);
}
}
You are viewing proxied material from tccr.it. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.