This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
Really fix user dir on Windows
That was silly... :/ Signed-off-by: falkTX <falktx@falktx.com>
tags/23.10
falkTX
1 year ago
parent
673279a8bf
commit
b7ad2d2627
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/CardinalCommon.cpp
+ 1
- 0
src/CardinalCommon.cpp
View File
@@ -814,6 +814,7 @@ std::string getSpecialPath(const SpecialPath type)
break;
case kSpecialPathMyDocuments:
csidl = CSIDL_MYDOCUMENTS;
break;
default:
return {};
}
Write
Preview
Loading…
Cancel
Save