]> wimlib.net Git - wimlib/blobdiff - src/hardlink.c
Adjust full path calculations
[wimlib] / src / hardlink.c
index c7c5a2f28ecb6437cd1eab1f7acafac3f6ed278b..b2d330930c8230c4706b9b26b114c3331c860f23 100644 (file)
@@ -202,7 +202,7 @@ print_inode_dentries(const struct wim_inode *inode)
 {
        struct wim_dentry *dentry;
        inode_for_each_dentry(dentry, inode)
-               print_dentry_full_path(dentry, NULL);
+               tprintf(T("%"TS), dentry_full_path(dentry));
 }
 #endif