aboutsummaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgtpkg-info.c')
-rw-r--r--src/wgtpkg-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgtpkg-info.c b/src/wgtpkg-info.c
index b2855b6..62cf3a6 100644
--- a/src/wgtpkg-info.c
+++ b/src/wgtpkg-info.c
@@ -128,7 +128,7 @@ static void show(const char *wgtfile)
NOTICE("-- INFO for widget %s --", wgtfile);
/* workdir */
- if (make_workdir_base("/tmp", "UNPACK", 0)) {
+ if (make_workdir("/tmp", "UNPACK", 0)) {
ERROR("failed to create a working directory");
return;
}