truncate lock

This commit is contained in:
Yakov Olkhovskiy 2022-08-25 10:52:56 +00:00
parent 6c1a7205e3
commit ae82c68725

View File

@ -521,6 +521,8 @@ int main(int/* argc*/, char* argv[])
return 1;
}
ftruncate(lock, 0);
printf("No target executable - decompression only was performed.\n");
}
}