Skip to content

Commit 80fa523

Browse files
committed
upd project sdk
1 parent 6008360 commit 80fa523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ INT_PTR CALLBACK DlgProc (
22452245
{
22462246
_r_str_fromlong64 (internal_profile_version, RTL_NUMBER_OF (internal_profile_version), profile_info.profile_internal_timestamp);
22472247

2248-
_r_update_addcomponent (L"Internal rules", L"rules_internal", internal_profile_version, profile_info.profile_path_internal, FALSE);
2248+
_r_update_addcomponent (L"Internal rules", L"rules_internal", internal_profile_version, &profile_info.profile_path_internal->sr, FALSE);
22492249
}
22502250

22512251
_app_network_initialize (hwnd);

0 commit comments

Comments
 (0)