Fix 8.3 conversion derp
This commit is contained in:
@@ -62,7 +62,7 @@ Filename83 convertTo83(const std::string& path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We already have capped the amount of characters, thus our filename is too big
|
// We already have capped the amount of characters, thus our filename is too big
|
||||||
if (validCharacterCount == filename.size()) {
|
if (validCharacterCount == 8) {
|
||||||
filenameTooBig = true;
|
filenameTooBig = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user