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:
parent
d1b2b8cc72
commit
cf0fad845a
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ quote_file_name (name, stream)
|
|||
}
|
||||
*q++ = 0;
|
||||
|
||||
fprintf (stream, copy);
|
||||
fprintf (stream, "%s", copy);
|
||||
|
||||
free (copy);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue