From arbi.informatik.uni-oldenburg.de!netcom.com!owner-pbmplus Sun Mar 13 20:01:32 1994
Return-Path: <netcom.com!owner-pbmplus@arbi.informatik.uni-oldenburg.de>
Received: by faramir.Informatik.Uni-Oldenburg.DE (Smail3.1.22.1)
	id <m0pfvPm-0005Gga>; Sun, 13 Mar 94 20:01 CET
Received: by arbi.informatik.uni-oldenburg.de (smail3.1.18 + xalias);
	Sun, 13 Mar 94 20:01 CET
Received: from localhost by mail.netcom.com (8.6.4/SMI-4.1/Netcom)
	id DAA18031; Sun, 13 Mar 1994 03:58:23 -0800
Received: from openlink.openlink.com by mail.netcom.com (8.6.4/SMI-4.1/Netcom)
	id DAA18025; Sun, 13 Mar 1994 03:58:20 -0800
Received: from autodesk.UUCP by openlink.openlink.com with UUCP id AA13680
  (5.67b/IDA-1.5 for pbmplus@netcom.com); Sun, 13 Mar 1994 03:58:24 -0800
Received: from vector.esc.autodesk.com by autodesk.com (4.1/MADMAX-RED-CUCCIA)
	id AA07510; Sun, 13 Mar 94 03:52:47 PST
Received: from throop by vector.esc.autodesk.com (4.1/SMI-4.1)
	id AA03888; Sun, 13 Mar 94 12:55:45 +0100
Received: by throop (4.1/SMI-4.1)
	id AA16761; Sun, 13 Mar 94 12:52:55 +0100
Date: Sun, 13 Mar 94 12:52:55 +0100
From: kelvin@autodesk.com (John Walker)
Message-Id: <9403131152.AA16761@throop>
To: pbmplus@netcom.com
Subject: Bug fix for Netpbm fitstopnm
Precedence: bulk
Status: RO

The fitstopnm filter included in the 1 March 1994 Netpbm
distribution won't work with 32 bit integer pixels.  There is
a missing "break" statement after the "case 32:" in function
read_val which causes an erroneous fall-though into the 32
bit floating point pixel case.  To fix, apply the following
patch to pnm/fitstopnm.c:

351a352
>       break;

---------------------------------------------------------------------------
John Walker, Autodesk Development b.v.     |                                
Av. des Champs-Montants 14b                | Success is what comes at the end
CH-2074 MARIN, Suisse/Schweiz/Switzerland  | of a sufficiently long sequence
Internet: kelvin@autodesk.com              | of failures.
      or: kelvint@netcom.com               |

