Ignore:
Timestamp:
11/25/06 15:19:25 (17 years ago)
Author:
r2d
Message:
  • updated libmpcdec win32 project files
  • removed some libmpcdec warnings in msvc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/streaminfo.c

    r150 r151  
    163163
    164164        CRC = mpc_bits_read(&r, 32);
    165         if (CRC != crc32(r.buff + 1 - (r.count >> 3), block_size - 4))
     165        if (CRC != crc32(r.buff + 1 - (r.count >> 3), (int)block_size - 4))
    166166                return MPC_STATUS_FILE;
    167167
Note: See TracChangeset for help on using the changeset viewer.