- Timestamp:
- Jan 23, 2017 6:15:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaAppDelegate.m
r5166 r5542 40 40 static char **restartArgv; 41 41 static int restartArgc; 42 43 void displayLog(const char *msg, int len) 44 { 45 NSLog(@"%.*s", len, msg); 46 } 42 47 43 48 static void displayMsg(const char *msg)
Note: See TracChangeset
for help on using the changeset viewer.