Commit b02e90d2 authored by Davis King's avatar Davis King

Fixed compiler error I just introduced a moment ago.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403061
parent 5f2c6512
...@@ -334,7 +334,7 @@ namespace dlib ...@@ -334,7 +334,7 @@ namespace dlib
unsigned long timeout unsigned long timeout
) )
{ {
if (readable() == false) if (readable(timeout) == false)
return TIMEOUT; return TIMEOUT;
const long max_recv_length = 1024*1024*100; const long max_recv_length = 1024*1024*100;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment