]> git.zerfleddert.de Git - rsbs2/commitdiff
add missing text to output when files are ignored
authorMichael Gernoth <michael@gernoth.net>
Sun, 1 Feb 2009 12:59:59 +0000 (13:59 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 1 Feb 2009 12:59:59 +0000 (13:59 +0100)
extract.c

index 784821bf9ff856d8d20e8195cf4370f174654a01..1f9c4dd9bd38638ae130eab5d90bb0f49a216875 100644 (file)
--- a/extract.c
+++ b/extract.c
@@ -100,6 +100,8 @@ void extract_files(unsigned char *fw, int len)
                                        extract_lz_file(lzpos, (unsigned char*)lzname);
                                }
                        }
+               } else {
+                       printf(", ignoring...\n");
                }
                fent = get_next_file(NULL, 0);
        }
Impressum, Datenschutz