equal
deleted
inserted
replaced
135 //-- magic. see FAT specs for details. |
135 //-- magic. see FAT specs for details. |
136 if(clusterCnt < 4085) |
136 if(clusterCnt < 4085) |
137 return EFat12; |
137 return EFat12; |
138 else if(clusterCnt < 65525) |
138 else if(clusterCnt < 65525) |
139 return EFat16; |
139 return EFat16; |
140 else |
140 |
141 return EFat32; |
141 return EFat32; |
142 } |
142 } |
143 |
143 |
144 //------------------------------------------------------------------------------------------------------------------- |
144 //------------------------------------------------------------------------------------------------------------------- |
145 void Dump_LocalDrvCaps(const TLocalDriveCapsV6& aCaps) |
145 void Dump_LocalDrvCaps(const TLocalDriveCapsV6& aCaps) |
146 { |
146 { |