X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/89edf0508f6df4700d0e28cace04e44fec4ff735..7b4935d717c4ec694b47ead4a9cd691d97932cc2:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index a9319054..356c341f 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -594,7 +594,7 @@ vcommand (const char *fmt, va_list ap) case OK: if (poprint) fprintf (stderr, "<--- %s\n", response); - return (*response == '+' ? OK : NOTOK); + return *response == '+' ? OK : NOTOK; case NOTOK: case DONE: