A few tweaks needed to unzipfx

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-29 17:37:08 +00:00
parent 685e62df24
commit c3a1888750
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 8 additions and 8 deletions

View file

@ -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);