This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Pavel Tsekov wrote:
>
> "Gary R. Van Sickle" wrote:
> >
>
Argh... Please, ignore the lines below :(
> And add a break here:
>
> if (_strnicmp (l, "Content-Length:", 15) == 0)
> + {
> + sscanf (l, "%*s %d", &file_size);
> + break;
> + }
>
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |