]> git.marmaro.de Git - mmh/blobdiff - sbr/mf.c
packf prints to stdout now.
[mmh] / sbr / mf.c
index 45bbecd4c82b5d30981ed57c057d62350806cab9..53752a34e2088af8dd5d4e1e2299e783e7a3fd3c 100644 (file)
--- a/sbr/mf.c
+++ b/sbr/mf.c
@@ -54,10 +54,9 @@ getcpy(char *s)
 static int
 isat(char *p)
 {
-       return (strncmp(p, " AT ", 4)
-               && strncmp(p, " At ", 4)
-               && strncmp(p, " aT ", 4)
-               && strncmp(p, " at ", 4) ? FALSE : TRUE);
+       return (strncmp(p, " AT ", 4)!=0 && strncmp(p, " At ", 4)!=0 &&
+                       strncmp(p, " aT ", 4)!=0 && strncmp(p, " at ", 4)!=0 ?
+                       FALSE : TRUE);
 }