aboutsummaryrefslogtreecommitdiff
path: root/sysutils/isomaster/files/patch-bkExtract.c
blob: a176e75a5d62067ab3c312e6ce3b33aa4afed6f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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)