X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuild.c;h=5ad0fc10ff84537d60a4a44dda39837c321d93f5;hp=b22c137dad0ecc2d0ff294ddb040466dacca248f;hb=ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5;hpb=12824674d1fad93674dbe77419326301f62f14bd diff --git a/uip/mhbuild.c b/uip/mhbuild.c index b22c137..5ad0fc1 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -268,7 +268,7 @@ main(int argc, char **argv) fclose(fp_out); /* Rename composition draft */ - snprintf(buffer, sizeof(buffer), "%s.orig", m_backup(compfile)); + snprintf(buffer, sizeof(buffer), "%s.orig", compfile); if (rename(compfile, buffer) == NOTOK) { adios(buffer, "unable to rename draft %s to", compfile); }