Changeset 4537 for pjproject/trunk/pjsip-apps/src/samples/confsample.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/confsample.c
r3553 r4537 106 106 107 107 printf("%s (empty to cancel): ", title); fflush(stdout); 108 if (fgets(buf, len, stdin) == NULL)108 if (fgets(buf, (int)len, stdin) == NULL) 109 109 return PJ_FALSE; 110 110
Note: See TracChangeset
for help on using the changeset viewer.