Fix for magic unpack command

This commit is contained in:
Michiel Broek
2003-01-12 14:51:21 +00:00
parent c070b7cac5
commit bdb88413da
2 changed files with 4 additions and 1 deletions

View File

@@ -290,7 +290,7 @@ void Magic_UnpackFile(void)
sprintf(Fn, "%s/%s", TIC.BBSpath, TIC.NewFile);
if ((unarc = unpacker(Fn)) != NULL) {
if (getarchiver(unarc)) {
cmd = xstrcpy(archiver.funarc);
cmd = xstrcpy(archiver.munarc);
if (strlen(cmd)) {
rc = execute(cmd, Fn, (char *)NULL, (char *)"/dev/null", (char *)"/dev/null", (char *)"/dev/null");
sync();