diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2014-01-06 00:13:43 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2014-02-07 01:56:25 +0100 |
commit | 6b600f964471cef977821689185db687f67d2c19 (patch) | |
tree | 37f0383b94fa5052b9c060f4078ad539bc3110a0 /libtar/wrapper.c | |
parent | Disable alpha blending for non-transparent bitmaps (diff) | |
download | android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar.gz android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar.bz2 android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar.lz android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar.xz android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.tar.zst android_bootable_recovery-6b600f964471cef977821689185db687f67d2c19.zip |
Diffstat (limited to 'libtar/wrapper.c')
-rw-r--r-- | libtar/wrapper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libtar/wrapper.c b/libtar/wrapper.c index dab7e0076..708c845b9 100644 --- a/libtar/wrapper.c +++ b/libtar/wrapper.c @@ -80,12 +80,6 @@ tar_extract_all(TAR *t, char *prefix) "\"%s\")\n", buf); #endif printf("item name: '%s'\n", filename); - /* - if (strcmp(filename, "/") == 0) { - printf("skipping /\n"); - continue; - } - */ if (tar_extract_file(t, buf, prefix) != 0) return -1; } |