Changeset 217 for trunk/dll/grep.c


Ignore:
Timestamp:
Jun 18, 2005, 5:54:00 AM (20 years ago)
Author:
root
Message:

Suppress warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/grep.c

    r204 r217  
    980980{
    981981  while (blklen--) {
    982     crc = cr3tab[((INT) crc ^ *str) & 0xff] ^ ((crc >> 8) & 0x00FFFFFF);
     982    crc = cr3tab[((INT) crc ^ *str) & 0xff] ^ (((ULONG)crc >> 8) & 0x00FFFFFF);
    983983    str++;
    984984  }
Note: See TracChangeset for help on using the changeset viewer.