mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -243,7 +243,7 @@ static int decodedata(char **buf, /* dest buffer */
|
|||
int getpart(char **outbuf, size_t *outlen,
|
||||
const char *main, const char *sub, FILE *stream)
|
||||
{
|
||||
# define MAX_TAG_LEN 200
|
||||
#define MAX_TAG_LEN 200
|
||||
char curouter[MAX_TAG_LEN + 1]; /* current outermost section */
|
||||
char curmain[MAX_TAG_LEN + 1]; /* current main section */
|
||||
char cursub[MAX_TAG_LEN + 1]; /* current sub section */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue