Imported Upstream version 2.6.1
This commit is contained in:
parent
459aaf9392
commit
a367d9bc54
178 changed files with 4651 additions and 3279 deletions
|
|
@ -129,7 +129,7 @@ static void add_arg_word(PCONF_CTX_t *ctx)
|
|||
pconf_fatal(ctx, "realloc arglist failed");
|
||||
|
||||
ctx->argsize = realloc(ctx->argsize,
|
||||
sizeof(int *) * ctx->numargs);
|
||||
sizeof(size_t) * ctx->numargs);
|
||||
|
||||
if (!ctx->argsize)
|
||||
pconf_fatal(ctx, "realloc argsize failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue