Changeset 7 for trunk/src/streaminfo.c
- Timestamp:
- 08/12/06 16:26:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/streaminfo.c
r6 r7 228 228 mpc_uint32_t ptr; 229 229 for (ptr = 0; ptr < 8; ptr++) { 230 HeaderData[ptr] = swap32(HeaderData[ptr]);230 HeaderData[ptr] = mpc_swap32(HeaderData[ptr]); 231 231 } 232 232 #endif
Note: See TracChangeset
for help on using the changeset viewer.