9fans archive / 1996 / 03 / 29 / prev next From: Scott Schwartz schwartz@gal... Subject: gs pbm bug Date: Sun, 10 Mar 1996 21:44:21 -0500 I found a bug in gs, introduced by one of the Plan9 ifdefs which prevents the proper ppm headers from being emitted. Here's the patch: $ diff gdevpbm.c* 239c239 < #endif --- > #else 246a247 > #endif