diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ykfde-cpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c index 48a8278..30e66dd 100644 --- a/bin/ykfde-cpio.c +++ b/bin/ykfde-cpio.c @@ -99,6 +99,7 @@ int main(int argc, char **argv) { if (version > 0 || help > 0) return EXIT_SUCCESS; + if ((rc = fdarchive = mkstemp(cpiotmpfile)) < 0) { perror("mkstemp() failed"); goto out10; |