X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Funix_apply.c;h=122e1163580b3397ab1d733de984c877844a83ff;hb=c97b3097024081df0e955171363f8e727b115440;hp=5dcb38641c2ea03d61057bf99b5d430327ad38d4;hpb=aac0f095b5ed1273f91d87009f3b551eedcee085;p=wimlib diff --git a/src/unix_apply.c b/src/unix_apply.c index 5dcb3864..122e1163 100644 --- a/src/unix_apply.c +++ b/src/unix_apply.c @@ -546,7 +546,7 @@ unix_begin_extract_blob_instance(const struct blob_descriptor *blob, if (blob->size > REPARSE_DATA_MAX_SIZE) { ERROR_WITH_ERRNO("Reparse data of \"%s\" has size " "%"PRIu64" bytes (exceeds %u bytes)", - inode_first_full_path(inode), + inode_any_full_path(inode), blob->size, REPARSE_DATA_MAX_SIZE); return WIMLIB_ERR_INVALID_REPARSE_DATA; }