diff options
Diffstat (limited to 'daemon/cmp.c')
-rw-r--r-- | daemon/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/cmp.c b/daemon/cmp.c index 2b7e33b5..bbf9c746 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -53,7 +53,7 @@ do_equal (const char *file1, const char *file2) free (file2buf); if (r == -1 || r > 1) { - reply_with_error ("cmp: %s", err); + reply_with_error ("%s", err); free (err); return -1; } |