Changeset 5535 for pjproject/trunk/pjsip-apps/src/samples/auddemo.c
- Timestamp:
- Jan 19, 2017 10:31:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/auddemo.c
r3664 r5535 297 297 PJ_LOG(3,(THIS_FILE, "Recording started, press ENTER to stop")); 298 298 dummy = fgets(line, sizeof(line), stdin); 299 PJ_UNUSED_ARG(dummy); 299 300 300 301 on_return: … … 364 365 PJ_LOG(3,(THIS_FILE, "Playback started, press ENTER to stop")); 365 366 dummy = fgets(line, sizeof(line), stdin); 367 PJ_UNUSED_ARG(dummy); 366 368 367 369 on_return:
Note: See TracChangeset
for help on using the changeset viewer.