Trivial misspelled option.
This commit is contained in:
parent
29795aed5b
commit
505ea0fc84
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ uint32_t MsiViewModify(MsiView *view, uint32_t mode, MsiRecord *rec)
|
|||
ctx->argsize = ctx->nargs * 5 / 4 + 16;
|
||||
ctx->args = sresize(ctx->args, ctx->argsize, char *);
|
||||
}
|
||||
ctx->args[ctx->nargs++] = dupcat("-s", (const char *)NULL);
|
||||
ctx->args[ctx->nargs++] = dupcat("-a", (const char *)NULL);
|
||||
ctx->args[ctx->nargs++] = dupcat(rec->name, (const char *)NULL);
|
||||
ctx->args[ctx->nargs++] = dupcat(rec->data, (const char *)NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue