X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..b9d1fc0c85e9bd18e5e768913ba2c0a00f19876c:/uip/show.c diff --git a/uip/show.c b/uip/show.c index 1137c391..5773b56e 100644 --- a/uip/show.c +++ b/uip/show.c @@ -474,7 +474,7 @@ invalid: *bp = '\0'; } else { for (bp = dp; *bp; bp++) - if (isspace (*bp)) { + if (!istoken (*bp)) { *bp = '\0'; break; }