Article # 478, added by Geoworks, historical record
| first | previous | index | next | last |

CRC routine for PCCOM has a bug.



Q. The code for calculating the CRC for PCCOM file transfer appears to
   have a bug.

A. That's right. The loop should be

     for ( ; size > 0; size-- )

   not

     for ( ; size >= 0 ; size-- )