Imported Upstream version 1.4.16+git20130910

This commit is contained in:
Jan Wagner 2013-11-27 00:00:26 +01:00
parent e70fb8c051
commit 96678a79c9
28 changed files with 6224 additions and 3446 deletions

View file

@ -277,10 +277,7 @@ main (int argc, char **argv)
memcpy(&status[len], buffer, i);
len += i;
/* stop reading if user-forced or data-starved */
if(i < sizeof(buffer) || (maxbytes && len >= maxbytes))
break;
/* stop reading if user-forced */
if (maxbytes && len >= maxbytes)
break;
}