]> git.marmaro.de Git - mmh/blobdiff - uip/mhbuild.c
Completely removed the backup-prefix (,). We move to +trash instead.
[mmh] / uip / mhbuild.c
index b22c137dad0ecc2d0ff294ddb040466dacca248f..5ad0fc10ff84537d60a4a44dda39837c321d93f5 100644 (file)
@@ -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);
        }