From bb1813ebb1de176dd1bd00424f7c66470abd3bbd Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 16 Apr 2008 12:01:00 +0200 Subject: [PATCH] Use Gnulib's quote function in ftp-opie.c. --- src/ChangeLog | 1 + src/ftp-opie.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 248a8962..5c8b12af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,6 +5,7 @@ * connect.c: Likewise. * convert.c: Likewise. * cookies.c: Likewise. + * ftp-opie.c: Likewise. 2008-04-16 Steven Schubiger diff --git a/src/ftp-opie.c b/src/ftp-opie.c index 8af58f90..546e2105 100644 --- a/src/ftp-opie.c +++ b/src/ftp-opie.c @@ -2157,7 +2157,7 @@ btoe (char *store, const unsigned char *c) memcpy (store, &Wp[extract (cp, 55, 11)][0], 4); store[4] = '\0'; /* make sure the string is terminated */ - DEBUGP (("wrote `%s' to STORE\n", store_beg)); + DEBUGP (("wrote %s to STORE\n", quote (store_beg))); return store_beg; } -- 2.39.2