Reviewed by: phk

changed a ctrl-A to \001
This commit is contained in:
phk 1994-07-24 01:42:51 +00:00
parent eab2b8a90b
commit 011c1468f5

View File

@ -540,7 +540,7 @@ putKcp (start, end, force)
if (idx) {
if (*start == ' ' || *start == '\t') {
if (xfld == 0)
printf("");
printf("\001");
printf("\t");
xfld = 1;
while (*start == ' ' || *start == '\t')