Changeset 5270:e25346c13638 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r5261 r5270  
    10881088 
    10891089 if ( app_len > 0 ) 
    1090   if ( write(fh, app, app_len) != app_len ) 
     1090  if ( write(fh, app, app_len) != (ssize_t)app_len ) 
    10911091   return -1; 
    10921092 
Note: See TracChangeset for help on using the changeset viewer.