A few tweaks needed to unzipfx
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
685e62df24
commit
c3a1888750
3 changed files with 8 additions and 8 deletions
2
deps/unzipfx/unzip.c
vendored
2
deps/unzipfx/unzip.c
vendored
|
@ -1338,7 +1338,7 @@ int uz_opts(__G__ pargc, pargv)
|
|||
argc = *pargc;
|
||||
argv = *pargv;
|
||||
|
||||
uO.exdir = sfx_get_tmp_path(0);
|
||||
uO.exdir = sfx_get_tmp_path();
|
||||
uO.overwrite_all = 1;
|
||||
|
||||
sfx_app_set_args(argc-1, argv+1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue