Changeset 7 for trunk/src/streaminfo.c


Ignore:
Timestamp:
08/12/06 16:26:51 (18 years ago)
Author:
zorg
Message:

Update to 1.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/streaminfo.c

    r6 r7  
    228228        mpc_uint32_t ptr;
    229229        for (ptr = 0; ptr < 8; ptr++) {
    230             HeaderData[ptr] = swap32(HeaderData[ptr]);
     230            HeaderData[ptr] = mpc_swap32(HeaderData[ptr]);
    231231        }
    232232#endif
Note: See TracChangeset for help on using the changeset viewer.