freebsd-ports/sysutils/isomaster/files/patch-bkExtract.c
Martin Wilke 0587c58348 - Update to 0.7
PR:             ports/108064
Submitted by:   Eric P. Scott
Approved by:    maintainer (implicit)
2007-01-18 08:19:43 +00:00

10 lines
322 B
C

--- bk/bkExtract.c.orig Sun Jan 7 20:00:36 2007
+++ bk/bkExtract.c
@@ -223,6 +223,7 @@
else
{
printf("trying to extract something that's not a file or directory, ignored\n");fflush(NULL);
+ rc = BKERROR_WRONG_EXTRACT_FILE;
}
if(rc <= 0)