diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-07-24 01:42:51 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-07-24 01:42:51 +0000 |
commit | 5edecbaedec5ae9827a0a9b7acb0da1db8567297 (patch) | |
tree | b84bce7e5548ac012ec6b68d0bc712afa4ffa3d0 /usr.bin/vgrind | |
parent | 636ccd35811b8e1696dd5ae596f5bc0c76fad15d (diff) |
Notes
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/vfontedpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index 30320c62ad818..6e9d3fed285eb 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -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') |