mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
fix compilation error
This commit is contained in:
parent
eee46cc5df
commit
3c3cb9f1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ int main(int argc, char *argv[]){
|
|||
|
||||
/* main loop for sending message and doing background linphonecore work: */
|
||||
while(running){
|
||||
char character;
|
||||
int character;
|
||||
/*to disable terminal buffering*/
|
||||
if (system ("/bin/stty raw") == -1){
|
||||
ms_error("/bin/stty error");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue