]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix bug reported by Stephan...
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 5 Jan 2017 14:36:57 +0000 (09:36 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 5 Jan 2017 14:36:57 +0000 (09:36 -0500)
cups/ppd-cache.c

index fcd3fe82f2fa01d4ba7c2e5d83d58fb835756097..586d966b151e88307e29770e1877b5614ee900c3 100644 (file)
@@ -3681,7 +3681,7 @@ _ppdCreateFromIPP(char   *buffer, /* I - Filename buffer */
   else
     strlcpy(ppdname, "Unknown", sizeof(ppdname));
 
-  if ((attr = ippFindAttribute(response, "outout-bin-supported", IPP_TAG_ZERO)) != NULL && (count = ippGetCount(attr)) > 1)
+  if ((attr = ippFindAttribute(response, "output-bin-supported", IPP_TAG_ZERO)) != NULL && (count = ippGetCount(attr)) > 1)
   {
     static const char * const output_bins[][2] =
     {                                  /* "output-bin" strings */