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 b86277844c9..92f19d4746c 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -280,7 +280,7 @@ quote_argument (str, stream) | |||
| 280 | } | 280 | } |
| 281 | *q++ = 0; | 281 | *q++ = 0; |
| 282 | 282 | ||
| 283 | fprintf (stream, copy); | 283 | fprintf (stream, "%s", copy); |
| 284 | 284 | ||
| 285 | free (copy); | 285 | free (copy); |
| 286 | } | 286 | } |