X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..da6af9633:/uip/show.c?ds=inline 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; }