mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
Reviewed by: phk
changed a ctrl-A to \001
This commit is contained in:
parent
eab2b8a90b
commit
011c1468f5
@ -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