Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
33aaac31
Commit
33aaac31
authored
Dec 16, 2014
by
Ghislain MARY
Browse files
Fix compilation with Visual Studio.
parent
a5288b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+1
-1
No files found.
coreapi/linphonecall.c
View file @
33aaac31
...
...
@@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "mediastreamer2/mssndcard.h"
static
const
char
EC_STATE_STORE
[]
=
".linphone.ecstate"
;
static
const
size_t
EC_STATE_MAX_LEN
=
1048576
;
// 1Mo
#define
EC_STATE_MAX_LEN 1048576 // 1Mo
static
void
linphone_call_stats_uninit
(
LinphoneCallStats
*
stats
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment