]> git.marmaro.de Git - mmh/blobdiff - uip/mhmisc.c
Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / mhmisc.c
index 75ac158373b0e50121dd8f67d1bb9166f18cee48..80ebcbb67165dc91a890f51351b837e12f0c88d8 100644 (file)
@@ -94,7 +94,7 @@ make_intermediates (char *file)
 {
     char *cp;
 
-    for (cp = file + 1; cp = strchr(cp, '/'); cp++) {
+    for (cp = file + 1; (cp = strchr(cp, '/')); cp++) {
        struct stat st;
 
        *cp = '\0';