(quote_file_name): Pass COPY thru %s to output it.
This commit is contained in:
@@ -203,7 +203,7 @@ quote_file_name (name, stream)
|
||||
}
|
||||
*q++ = 0;
|
||||
|
||||
fprintf (stream, copy);
|
||||
fprintf (stream, "%s", copy);
|
||||
|
||||
free (copy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user