Changeset 2408 for pjproject/trunk/pjsip-apps/src/samples/playsine.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/playsine.c
r2394 r2408 278 278 puts("Press <ENTER> to stop playing and quit"); 279 279 280 fgets(tmp, sizeof(tmp), stdin); 280 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { 281 puts("EOF while reading stdin, will quit now.."); 282 } 281 283 282 284
Note: See TracChangeset
for help on using the changeset viewer.