Changeset 263:12947b259fb3 in mediastreamer2 for linphone/console/linphonec.c
- Timestamp:
- Feb 18, 2009 10:57:29 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/console/linphonec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/linphonec.c
r260 r263 528 528 printf("%s",res);fflush(stdout); 529 529 if (client_sock!=-1){ 530 if ( write(client_sock,res,strlen(res))==-1){530 if (send(client_sock,res,strlen(res),0)==-1){ 531 531 fprintf(stderr,"Fail to send output via socket: %s",getSocketError()); 532 532 }
Note: See TracChangeset
for help on using the changeset viewer.
