]> wimlib.net Git - wimlib/blobdiff - src/hardlink.c
replace_forbidden_characters(): Use different character
[wimlib] / src / hardlink.c
index c7c5a2f28ecb6437cd1eab1f7acafac3f6ed278b..f806c7fe29b8b90ad60c6e0f1da90b34324273a6 100644 (file)
@@ -159,11 +159,6 @@ inode_ref_streams(struct wim_inode *inode)
        }
 }
 
-void
-inode_add_link(struct wim_inode *inode, struct wim_dentry *dentry)
-{
-}
-
 /* Given a directory entry with the name @name for the file with the inode
  * number @ino and device number @devno, create a new WIM dentry with an
  * associated inode, where the inode is shared if an inode with the same @ino
@@ -202,7 +197,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