- Timestamp:
- Jan 23, 2017 4:18:59 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk merged: 5533-5537
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjsip-apps/src/samples/auddemo.c
r3664 r5538 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.