- Timestamp:
- Oct 19, 2011 1:17:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjmedia/src/pjmedia/stream.c
r3572 r3831 2331 2331 TRACE_JB_PATH_PREFIX "%s.csv", 2332 2332 stream->port.info.name.ptr); 2333 status = pj_file_open(pool, trace_name, PJ_O_ RDWR, &stream->trace_jb_fd);2333 status = pj_file_open(pool, trace_name, PJ_O_WRONLY, &stream->trace_jb_fd); 2334 2334 if (status != PJ_SUCCESS) { 2335 2335 stream->trace_jb_fd = TRACE_JB_INVALID_FD;
Note: See TracChangeset
for help on using the changeset viewer.