Patch #: 2 Type: bug fix Priority: high Affects: papif with RUTGERS defined code segments Reported: Nihei Akira Archived: munnari.OZ.AU mac/cap.patches/cap60.patch002 Summary: bad parenthesis placement, papif dies File: cap60/applications/papif/papif.c *** applications/papif/papif.c.orig Thu Mar 14 13:52:42 1991 --- applications/papif/papif.c Wed Mar 20 16:57:32 1991 *************** *** 1,6 **** ! static char rcsid[] = "$Author: djh $ $Date: 91/03/14 13:51:43 $"; ! static char rcsident[] = "$Header: papif.c,v 2.2 91/03/14 13:51:43 djh Exp $"; ! static char revision[] = "$Revision: 2.2 $"; /* * papif - UNIX AppleTalk test program: simple line printer input filter --- 1,6 ---- ! static char rcsid[] = "$Author: djh $ $Date: 91/03/20 16:56:56 $"; ! static char rcsident[] = "$Header: papif.c,v 2.3 91/03/20 16:56:56 djh Exp $"; ! static char revision[] = "$Revision: 2.3 $"; /* * papif - UNIX AppleTalk test program: simple line printer input filter *************** *** 357,363 **** } } #ifdef RUTGERS ! if ((psreverse != NULL || pstext != NULL) && strcmp(filtername,"psdf" != 0)) #else RUTGERS if (psreverse != NULL || pstext != NULL) #endif RUTGERS --- 357,363 ---- } } #ifdef RUTGERS ! if ((psreverse != NULL || pstext != NULL) && strcmp(filtername,"psdf") != 0) #else RUTGERS if (psreverse != NULL || pstext != NULL) #endif RUTGERS