Commit c4434aaa by Richard Stallman

(safe_write): Return right away after safe_write.

From-SVN: r6017
parent 687c8bf5
......@@ -780,6 +780,7 @@ safe_write (desc, ptr, len, out_fname)
#endif
fprintf (stderr, "%s: error writing file `%s': %s\n",
pname, shortpath (NULL, out_fname), sys_errlist[errno]);
return;
}
ptr += written;
len -= written;
......
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