mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Fix build for Windows 10.
This commit is contained in:
parent
16838f351b
commit
a49af3e965
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static ssize_t getline(char **lineptr, size_t *n, FILE *stream) {
|
|||
*lineptr = bufptr;
|
||||
*n = size;
|
||||
|
||||
return p - bufptr - 1;
|
||||
return (ssize_t)(p - bufptr) - 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue