1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

(quote_file_name): Pass COPY thru %s to output it.

This commit is contained in:
Richard M. Stallman 2004-07-17 14:27:24 +00:00
parent d1b2b8cc72
commit cf0fad845a

View file

@ -203,7 +203,7 @@ quote_file_name (name, stream)
}
*q++ = 0;
fprintf (stream, copy);
fprintf (stream, "%s", copy);
free (copy);
}