diff options
Diffstat (limited to 'library/cpp/http/fetch/httpload.cpp')
| -rw-r--r-- | library/cpp/http/fetch/httpload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/httpload.cpp b/library/cpp/http/fetch/httpload.cpp index 82ea8900b5c..1d59e3f46d8 100644 --- a/library/cpp/http/fetch/httpload.cpp +++ b/library/cpp/http/fetch/httpload.cpp @@ -108,7 +108,7 @@ long httpAgentReader::readPortion(void*& buf) { /************************************************************/ bool httpAgentReader::skipTheRest() { - void* b; + void* b; while (!eof()) readPortion(b); return (State == hp_eof); |
