exit str_cmp enters m_strcmp
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 916f7f0..66c5f7a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -880,7 +880,7 @@ int main (int argc, char **argv)
 
     if (infile || bodytext) {
       if (infile) {
-        if (str_cmp ("-", infile) == 0)
+        if (m_strcmp("-", infile) == 0)
           fin = stdin;
         else {
           char path[_POSIX_PATH_MAX];