really fix Windows build

This commit is contained in:
tildearrow 2023-07-27 01:28:03 -05:00
parent 501d8da7af
commit b186576e14

View file

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