Changeset 2576 for trunk/libtransmission/platform.c
- Timestamp:
- Jul 31, 2007, 4:55:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r2573 r2576 846 846 if( 0 > res ) 847 847 { 848 if( EAGAIN != errno )848 if( EAGAIN != sockerrno ) 849 849 { 850 850 tr_err( "failed to read from routing socket (%s)", 851 strerror( errno ) );851 strerror( sockerrno ) ); 852 852 } 853 853 free( buf );
Note: See TracChangeset
for help on using the changeset viewer.