diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-03-14 21:16:29 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@yahoo.com> | 2013-03-15 16:56:58 +0100 |
commit | 71796590ed42301d46fd0c40bc9e26d26066ae23 (patch) | |
tree | 22126a0b7e1ba5c7703917e4c7897ed14c53f6d8 /libtar/wrapper.c | |
parent | 2.4.4.0 (diff) | |
download | android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.gz android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.bz2 android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.lz android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.xz android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.zst android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.zip |
Diffstat (limited to '')
-rw-r--r-- | libtar/wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtar/wrapper.c b/libtar/wrapper.c index 4d8216241..116dc28cc 100644 --- a/libtar/wrapper.c +++ b/libtar/wrapper.c @@ -79,7 +79,7 @@ tar_extract_all(TAR *t, char *prefix) printf(" tar_extract_all(): calling tar_extract_file(t, " "\"%s\")\n", buf); #endif - printf("filename: %s\n", filename); + printf("item name: '%s'\n", filename); /* if (strcmp(filename, "/") == 0) { printf("skipping /\n"); |