Changeset 2408 for pjproject/trunk/pjsip-apps/src/samples/stereotest.c
- Timestamp:
- Jan 1, 2009 10:08:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/stereotest.c
r2394 r2408 296 296 puts("Press <ENTER> to stop and quit"); 297 297 298 fgets(tmp, sizeof(tmp), stdin); 299 298 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { 299 puts("EOF while reading stdin, will quit now.."); 300 } 300 301 301 302 /* Start deinitialization: */
Note: See TracChangeset
for help on using the changeset viewer.