Changeset 7 for trunk/src/mpc_decoder.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/mpc_decoder.c

    r6 r7  
    8484    mpc_uint32_t n;
    8585    for(n = 0; n< count; n++) {
    86         ptr[n] = swap32(ptr[n]);
     86        ptr[n] = mpc_swap32(ptr[n]);
    8787    }
    8888#endif
     
    324324#ifdef MPC_LITTLE_ENDIAN
    325325  for (i = 0; i < (in_len + 3) / 4; i++)
    326     d->Speicher[i] = swap32(d->Speicher[i]);
     326    d->Speicher[i] = mpc_swap32(d->Speicher[i]);
    327327#endif
    328328  d->dword = d->Speicher[0];
Note: See TracChangeset for help on using the changeset viewer.