Changeset 209
- Timestamp:
- Mar 11, 2017, 9:12:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/ifs/ifsfile.c ¶
r208 r209 175 175 if (ulCluster != pOpenInfo->pSHInfo->ulStartCluster) 176 176 Message("ulCluster with this open and the previous one are not the same!"); 177 ulCluster = pOpenInfo->pSHInfo->ulStartCluster;178 DirEntry.bAttr = pOpenInfo->pSHInfo->bAttr;177 //ulCluster = pOpenInfo->pSHInfo->ulStartCluster; 178 //DirEntry.bAttr = pOpenInfo->pSHInfo->bAttr; 179 179 } 180 180
Note:
See TracChangeset
for help on using the changeset viewer.