X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fdentry.h;h=cbc0b7c3052300dccaca1baf911c700893d56cf5;hp=e92b374ff2c2f8bc447108a2f0826db3c51e232d;hb=ee547cc83f231d727e4d9984c23e86d96d3da769;hpb=ab43e30bba0ebdce335ba55562d75dcbcdf0a3df diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index e92b374f..cbc0b7c3 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -99,7 +99,7 @@ struct wim_dentry { * that can be printed without conversion. By default this field will * be NULL and will only be calculated on-demand by the * calculate_dentry_full_path() or dentry_full_path() functions. */ - tchar *_full_path; + tchar *d_full_path; /* (Extraction only) Actual name to extract this dentry as. This may be * either in 'tchars' or in 'utf16lechars', depending on what encoding