Reviewed by: phk
changed a ctrl-A to \001
This commit is contained in:
parent
636ccd3581
commit
5edecbaede
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user