Changeset 60efa35 in mainline
- Timestamp:
- 2013-09-04T00:04:44Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da41cc2d
- Parents:
- ef63103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/wave.c
ref63103 r60efa35 81 81 } 82 82 83 if (uint 16_t_le2host(header->subchunk1_size) != PCM_SUBCHUNK1_SIZE) {83 if (uint32_t_le2host(header->subchunk1_size) != PCM_SUBCHUNK1_SIZE) { 84 84 if (error) 85 85 *error = "invalid subchunk1 size";
Note:
See TracChangeset
for help on using the changeset viewer.