Changeset 02ead2e in mainline for uspace/srv/audio/hound/hound_ctx.c
- Timestamp:
- 2013-04-05T15:43:02Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4389076
- Parents:
- 6d74977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/hound_ctx.c
r6d74977 r02ead2e 160 160 { 161 161 assert(stream); 162 log_verbose("%p: %zu", stream, size);163 162 164 163 if (stream->allowed_size && size > stream->allowed_size)
Note:
See TracChangeset
for help on using the changeset viewer.