Skip to content

Commit

Permalink
Added back a comment requested to help future coders.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Jan 18, 2012
1 parent eb9fa0f commit 67301a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngx_http_zip_file.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ ngx_http_zip_generate_pieces(ngx_http_request_t *r, ngx_http_zip_ctx_t *ctx)


//convert the string //convert the string
iconv(iconv_cd, (char **)&in, &inlen, (char **)&p, &outleft); iconv(iconv_cd, (char **)&in, &inlen, (char **)&p, &outleft);
//XXX if (res == (size_t)-1) { ? }


file->filename.len = outlen - outleft; file->filename.len = outlen - outleft;


Expand Down

0 comments on commit 67301a2

Please sign in to comment.