]> diplodocus.org Git - nmh/blobdiff - sbr/mf.c
Hard-code the config/version.c target, instead of using $@, so its
[nmh] / sbr / mf.c
index 03360934f2005edfba457801bd0d92d219db2895..c88681787e5a72297eeb3880123b5e3eded978b4 100644 (file)
--- a/sbr/mf.c
+++ b/sbr/mf.c
@@ -739,7 +739,7 @@ contains8bit(const char *p)
        return 0;
 
     for (; *p; p++) {
-       if (! isascii(*p))
+       if (! isascii((unsigned char) *p))
            return 1;
     }