From: Michael R Sweet Date: Tue, 27 Feb 2018 21:01:13 +0000 (-0500) Subject: Fix compile error. X-Git-Tag: v2.3b4~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30df0a0309ef8f5adc2cb0739d18708b2937c207;p=thirdparty%2Fcups.git Fix compile error. --- diff --git a/cups/ppd-util.c b/cups/ppd-util.c index fd1c0b02f2..07d91d4631 100644 --- a/cups/ppd-util.c +++ b/cups/ppd-util.c @@ -228,7 +228,7 @@ cupsGetPPD3(http_t *http, /* I - HTTP connection or @code CUPS_HTTP_DEFAUL char tmppath[1024]; /* Temporary directory */ - if ((tmpdir = getenv("TMPDIR")) != NULL && !strncmp(tmpdir, "/Users/", 7))) + if ((tmpdir = getenv("TMPDIR")) != NULL && !strncmp(tmpdir, "/Users/", 7)) tmpdir = NULL; if (!tmpdir)