Skip to content
Snippets Groups Projects
Commit aa480102 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

WGET: Fix from Rony Xln

parent b0d0e4a0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
* netutils/webclient/webclient.c
* Implementation of the HTTP client.
*
* Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009, 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Based on uIP which also has a BSD style license:
......@@ -368,7 +368,7 @@ static inline int wget_parseheaders(struct wget_s *ws)
}
exit:
ws->offset = offset;
ws->offset = ++offset;
ws->ndx = ndx;
return OK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment