Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Morlat committed Nov 4, 2014
1 parent c63bf0e commit b3871b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediastreamer2
Submodule mediastreamer2 updated from b37fdd to cefa09
4 changes: 3 additions & 1 deletion tester/log_collection_tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
extern char *strptime(char*, char*, struct tm*);

LinphoneCoreManager* setup(bool_t enable_logs) {
linphone_core_enable_log_collection(enable_logs);
LinphoneCoreManager *marie;
int timeout_ms = 3000;

linphone_core_enable_log_collection(enable_logs);


// linphone_core_set_log_collection_size(10);
marie = linphone_core_manager_new( "marie_rc");
Expand Down

0 comments on commit b3871b3

Please sign in to comment.