Changeset 60efa35 in mainline


Ignore:
Timestamp:
2013-09-04T00:04:44Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da41cc2d
Parents:
ef63103
Message:

wavplay: Fix incorrect conversion size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/wavplay/wave.c

    ref63103 r60efa35  
    8181        }
    8282
    83         if (uint16_t_le2host(header->subchunk1_size) != PCM_SUBCHUNK1_SIZE) {
     83        if (uint32_t_le2host(header->subchunk1_size) != PCM_SUBCHUNK1_SIZE) {
    8484                if (error)
    8585                        *error = "invalid subchunk1 size";
Note: See TracChangeset for help on using the changeset viewer.