Index: scheduler/type.c =================================================================== --- scheduler/type.c (revision 8576) +++ scheduler/type.c (working copy) @@ -3,7 +3,7 @@ * * MIME typing routines for the Common UNIX Printing System (CUPS). * - * Copyright 2007 by Apple Inc. + * Copyright 2007-2009 by Apple Inc. * Copyright 1997-2006 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -440,6 +440,8 @@ return (-1); temp->child->parent = temp; + temp->child->invert = temp->invert; + temp->invert = 0; temp = temp->child; logic = MIME_MAGIC_OR;