small arm compiler fix

This commit is contained in:
Qball Cow 2014-01-26 23:20:15 +01:00
parent b0ee6ab8dd
commit f8b72dfbac

View file

@ -189,7 +189,7 @@ static char ** get_mark ( )
ssize_t index = 0;
// Grab results.
while ( index < head.size ) {
while ( index < (ssize_t)head.size ) {
t= recv( s, &result[index], ( head.size-t ), 0 );
if ( t < 0 ) break;