Commit 0241d19e authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Ugh, sigh

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@678 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent ecc3d7f3
Showing with 1 addition and 1 deletion
+1 -1
......@@ -506,7 +506,7 @@ int write_file(char *name, int tmp, int append, int nonamechange)
mask, realname, strerror(errno));
if (!tmp) {
if (nonamechange)
if (!nonamechange)
filename = mallocstrcpy(filename, realname);
statusbar(_("Wrote %d lines"), lineswritten);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment