]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 643: change frameNumber typing from u_short to u_int for the benefit
authorLee Howard <faxguy@howardsilvan.com>
Fri, 6 May 2005 17:42:02 +0000 (17:42 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Fri, 6 May 2005 17:42:02 +0000 (17:42 +0000)
         of presumably broken Mac OS X compilers (that only allow u_short
         to range between 0 and 255.

faxd/Class1.h

index bf336921143c801756924b5194a462c66f15b069..900df1612990df15c59e45e15ed4b7fe03603ef7 100644 (file)
@@ -85,7 +85,7 @@ protected:
     u_long     ecmBlockPos;            // fill pointer for ecmBlock
     u_char*    ecmStuffedBlock;        // to hold image block after adding transparent zeros and FCS bytes
     u_long     ecmStuffedBlockPos;     // fill pointer for ecmStuffedBlockPos
-    u_short    frameNumber;            // frame sequence number of ecmFrame in ecmBlock
+    u_int      frameNumber;            // frame sequence number of ecmFrame in ecmBlock
     u_short    blockNumber;            // block sequence number of ecmBlock in page
 
     static const u_int modemPFMCodes[8];// map T.30 FCF to Class 2 PFM