From: msweet Date: Fri, 1 Nov 2013 18:22:37 +0000 (+0000) Subject: Mirror fix. X-Git-Tag: release-1.7.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d708564b39b7a925e009fd1ec7e3f9c77e5b65f;p=thirdparty%2Fcups.git Mirror fix. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11372 a1ca3aef-8c08-0410-bb20-df032aa958be --- 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++ = '\\';