really fix Windows build

This commit is contained in:
tildearrow 2023-07-27 01:28:03 -05:00
parent 501d8da7af
commit b186576e14
1 changed files with 2 additions and 2 deletions

View File

@ -1730,9 +1730,9 @@ namespace IGFD
//time_t st_ctime; /* time of last status change - not sure out of ntfs */
#ifdef _WIN32
if (vInfos->fileType != 'd')
if (vInfos.fileType != 'd')
{
vInfos->formatedFileSize = prFormatFileSize(vInfos->fileSize);
vInfos.formatedFileSize = prFormatFileSize(vInfos.fileSize);
}
#else
std::string fpn;