- Timestamp:
- Mar 16, 2009 4:34:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/auddemo.c
r2506 r2514 401 401 PJ_ASSERT_RETURN(status==PJ_SUCCESS, 1); 402 402 403 pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_COLOR);403 pj_log_set_decor(PJ_LOG_HAS_NEWLINE); 404 404 405 405 /* Must create a pool factory before we can allocate any memory. */
Note: See TracChangeset
for help on using the changeset viewer.