Changeset 50fa3f7 in mainline
- Timestamp:
- 2012-07-15T21:46:56Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb67def
- Parents:
- eceb300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/wavplay.c
receb300 r50fa3f7 86 86 if (bytes == 0) { 87 87 pb->playing = false; 88 printf("The end, nothing more to play.\n"); 88 89 fibril_condvar_signal(&pb->cv); 89 90 } … … 118 119 printf("Failed to connect: %s\n", str_error(ret)); 119 120 121 printf("Unregistering playback\n"); 120 122 hound_unregister_playback(pb->server, name); 121 123 } … … 162 164 play(&pb, channels, rate, format); 163 165 166 printf("Releasing session\n"); 164 167 hound_release_session(sess); 165 168 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.