]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/error.c
Merge changes from CUPS 1.5svn-r9567
[thirdparty/cups.git] / filter / error.c
index 4f51d2bc04c7332aba2d7f68c2e433302fd868b9..2fbb0f24cc6b40ec95d17261897c1042c47ecf18 100644 (file)
@@ -78,7 +78,7 @@ _cupsRasterAddError(const char *f,    /* I - Printf-style error message */
   if (bytes >= sizeof(s))
     return;
 
-  if (bytes > (buf->end - buf->current))
+  if (bytes > (size_t)(buf->end - buf->current))
   {
    /*
     * Allocate more memory...