Changeset 212:c2977c7922de in mediastreamer2
- Timestamp:
- Dec 31, 2008 1:12:10 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/oRTP/src/ortp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/oRTP/src/ortp.c
r208 r212 257 257 } 258 258 msg=_strdup_vprintf(fmt,args); 259 #ifdef _MSC_VER 260 OutputDebugString(msg); 261 OutputDebugString("\r\n"); 262 #else 259 263 fprintf(__log_file,"ortp-%s-%s" ENDLINE,lname,msg); 264 #endif 265 260 266 ortp_free(msg); 261 267 }
Note: See TracChangeset
for help on using the changeset viewer.
