Really fix user dir on Windows

That was silly... :/

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-10-22 14:15:57 +02:00
parent 673279a8bf
commit b7ad2d2627
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -814,6 +814,7 @@ std::string getSpecialPath(const SpecialPath type)
break; break;
case kSpecialPathMyDocuments: case kSpecialPathMyDocuments:
csidl = CSIDL_MYDOCUMENTS; csidl = CSIDL_MYDOCUMENTS;
break;
default: default:
return {}; return {};
} }