]> wimlib.net Git - wimlib/blobdiff - src/wildcard.c
wim_root_dentry() => wim_get_current_root_dentry()
[wimlib] / src / wildcard.c
index 234ee91ce72d3eadb6fefc68caf4d654741116c4..958829a2d7e679c3aa0f1b43dc4b16b662e47b7d 100644 (file)
@@ -326,7 +326,7 @@ expand_wildcard(WIMStruct *wim,
        struct wim_dentry *root;
        int ret;
 
        struct wim_dentry *root;
        int ret;
 
-       root = wim_root_dentry(wim);
+       root = wim_get_current_root_dentry(wim);
        if (root == NULL)
                goto no_match;
 
        if (root == NULL)
                goto no_match;