diff options
Diffstat (limited to 'Utilities/cmtar/append.c')
-rw-r--r-- | Utilities/cmtar/append.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmtar/append.c b/Utilities/cmtar/append.c index 6bcef98..cc845ab 100644 --- a/Utilities/cmtar/append.c +++ b/Utilities/cmtar/append.c @@ -65,8 +65,8 @@ tar_append_file(TAR *t, char *realname, char *savename) { struct stat s; libtar_hashptr_t hp; - tar_dev_t *td = NULL; - tar_ino_t *ti = NULL; + tar_dev_t *td; + tar_ino_t *ti; #if !defined(_WIN32) || defined(__CYGWIN__) int i; #else |