diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 203 | } | 203 | } |
| 204 | *q++ = 0; | 204 | *q++ = 0; |
| 205 | 205 | ||
| 206 | fprintf (stream, copy); | 206 | fprintf (stream, "%s", copy); |
| 207 | 207 | ||
| 208 | free (copy); | 208 | free (copy); |
| 209 | } | 209 | } |