aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2001-05-07 01:27:53 +0000
committerH. Peter Anvin <hpa@zytor.com>2001-05-07 01:27:53 +0000
commitec0381ec691d0f65b22b1199e8346ddd234b8ec7 (patch)
tree809aa126f0e0c660e79ba8da7fa3b6bfe14c2a17
parent6308037465ecaa829b2c75bf349ae2608a38f3c2 (diff)
downloadzisofs-tools-ec0381ec691d0f65b22b1199e8346ddd234b8ec7.tar.gz
Fix mkzftree -v pathname display
-rw-r--r--mkzftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkzftree.c b/mkzftree.c
index 1800817..f37b6eb 100644
--- a/mkzftree.c
+++ b/mkzftree.c
@@ -689,7 +689,7 @@ int munge_tree(const char *intree, const char *outtree, munger_func munger)
strcpy(in_file, dirent->d_name);
strcpy(out_file, dirent->d_name);
- message(vl_filename, "%s -> %s\n", in_file, out_file);
+ message(vl_filename, "%s -> %s\n", in_path, out_path);
if ( lstat(in_path, &st) ) {
message(vl_error, "%s: Failed to stat file %s: %s\n",