From 1d708564b39b7a925e009fd1ec7e3f9c77e5b65f Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 1 Nov 2013 18:22:37 +0000 Subject: [PATCH] Mirror fix. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11372 a1ca3aef-8c08-0410-bb20-df032aa958be --- backend/ipp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ipp.c b/backend/ipp.c index 8c297c5dfa..fb9700b110 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -3009,7 +3009,7 @@ quote_string(const char *s, /* I - String */ { if (*s == '\\' || *s == '\"' || *s == '\'') { - if (q < (qend - 4)) + if (qptr < (qend - 4)) { *qptr++ = '\\'; *qptr++ = '\\'; -- 2.47.2