Skip to content

Commit 591fee7

Browse files
committed
upd project sdk
1 parent d9ee5dd commit 591fee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ VOID _app_profile_initialize ()
15481548
R_STRINGREF separator_sr = PR_STRINGREF_INIT (L"\\");
15491549
PR_STRING path;
15501550

1551-
path = _r_app_getprofiledirectory ();
1551+
path = _r_app_getprofiledirectory (TRUE);
15521552

15531553
_r_obj_movereference ((PVOID_PTR)&profile_info.profile_path, _r_obj_concatstringrefs (3, &path->sr, &separator_sr, &profile_sr));
15541554
_r_obj_movereference ((PVOID_PTR)&profile_info.profile_path_backup, _r_obj_concatstringrefs (3, &path->sr, &separator_sr, &profile_bak_sr));

0 commit comments

Comments
 (0)