mirror of
git://erdgeist.org/opentracker
synced 2025-02-22 09:01:29 +08:00
size_t cant get < 0 and thus wont report errors
This commit is contained in:
parent
05f0d651cb
commit
11abb03e85
@ -449,7 +449,7 @@ static void help( char *name ) {
|
||||
|
||||
static void handle_read( const int64 clientsocket ) {
|
||||
struct http_data* h = io_getcookie( clientsocket );
|
||||
size_t l;
|
||||
int64 l;
|
||||
|
||||
if( ( l = io_tryread( clientsocket, static_inbuf, sizeof static_inbuf ) ) <= 0 ) {
|
||||
if( h ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user