aboutsummaryrefslogtreecommitdiff
path: root/archival/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r--archival/gunzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c
index 7be94e1b8..a7f5ce481 100644
--- a/archival/gunzip.c
+++ b/archival/gunzip.c
@@ -48,8 +48,8 @@ int gunzip_main(int argc, char **argv)
48 48
49 do { 49 do {
50 struct stat stat_buf; 50 struct stat stat_buf;
51 const char *old_path = argv[optind]; 51 char *old_path = argv[optind];
52 const char *delete_path = NULL; 52 char *delete_path = NULL;
53 char *new_path = NULL; 53 char *new_path = NULL;
54 int src_fd; 54 int src_fd;
55 int dst_fd; 55 int dst_fd;