From cf0fad845abeff2e295e50eb08085cda1d711b66 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Jul 2004 14:27:24 +0000 Subject: [PATCH] (quote_file_name): Pass COPY thru %s to output it. --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 0698691bf13..24dcdffff2c 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -203,7 +203,7 @@ quote_file_name (name, stream) } *q++ = 0; - fprintf (stream, copy); + fprintf (stream, "%s", copy); free (copy); } -- 2.39.2