Ignore:
Timestamp:
11/15/06 01:14:23 (17 years ago)
Author:
r2d
Message:
  • added build system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/bitstream.c

    r80 r137  
    8989
    9090        // write block header (key / length)
    91         len = encodeSize(e->pos + 2 + (addCRC ? 4 : 0), blockSize, TRUE);
     91        len = encodeSize(e->pos + 2 + (addCRC ? 4 : 0), blockSize, MPC_TRUE);
    9292        fwrite(key, sizeof(char), 2, fp);
    9393        fwrite(blockSize, sizeof(char), len, fp);
Note: See TracChangeset for help on using the changeset viewer.