Changeset 2408 for pjproject/trunk/pjsip-apps/src/samples/stateless_proxy.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/stateless_proxy.c
r2394 r2408 222 222 ""); 223 223 224 fgets(line, sizeof(line), stdin); 224 if (fgets(line, sizeof(line), stdin) == NULL) { 225 puts("EOF while reading stdin, will quit now.."); 226 global.quit_flag = PJ_TRUE; 227 break; 228 } 225 229 226 230 if (line[0] == 'q') {
Note: See TracChangeset
for help on using the changeset viewer.