X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=1ee36df11c0a7a2869b95af280f7c640d1a2bb0a;hp=95c3ddf6a09085232c224fde0ccdbfc661fd82f8;hb=0f44dc85fc1280372ffab911d701e703d803fb4b;hpb=1106413431b72d14d6f1208d611c489931ea4499 diff --git a/main.c b/main.c index 95c3ddf..1ee36df 100644 --- a/main.c +++ b/main.c @@ -568,7 +568,7 @@ int main (int argc, char **argv) break; case 'F': - mutt_str_replace (&Muttrc, optarg); + str_replace (&Muttrc, optarg); break; case 'f': @@ -804,7 +804,7 @@ int main (int argc, char **argv) if (infile || bodytext) { if (infile) { - if (mutt_strcmp ("-", infile) == 0) + if (safe_strcmp ("-", infile) == 0) fin = stdin; else { char path[_POSIX_PATH_MAX]; @@ -928,8 +928,8 @@ int main (int argc, char **argv) #endif mutt_expand_path (folder, sizeof (folder)); - mutt_str_replace (&CurrentFolder, folder); - mutt_str_replace (&LastFolder, folder); + str_replace (&CurrentFolder, folder); + str_replace (&LastFolder, folder); if (flags & M_IGNORE) { /* check to see if there are any messages in the folder */