X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=b068d4952be836ec1f98423b4453b43bd9f96bc9;hp=1137c391234e7f69f09fd4f7ff65d3f0c85f9ae2;hb=1513f7668c494c4583141d6115669b7198c14556;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/uip/show.c b/uip/show.c index 1137c39..b068d49 100644 --- a/uip/show.c +++ b/uip/show.c @@ -11,6 +11,7 @@ #include #include +#include static struct swit switches[] = { #define CHECKMIMESW 0 @@ -474,7 +475,7 @@ invalid: *bp = '\0'; } else { for (bp = dp; *bp; bp++) - if (isspace (*bp)) { + if (!istoken (*bp)) { *bp = '\0'; break; }