Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/llm
Browse files Browse the repository at this point in the history
  • Loading branch information
consvc committed Jan 16, 2025
2 parents 6e4a92f + 25392ea commit 9d53e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/propsheet/console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void SaveConsoleSettingsIfNeeded(const HWND hwnd)
LoadStringW(ghInstance, IDS_LINKERROR, awchBuffer, ARRAYSIZE(awchBuffer));
StringCchPrintf(szMessage,
ARRAYSIZE(szMessage),
awchBuffer,
awchBuffer, // CodeQL [SM01734] Pulled from a resource file and cannot be a string literal
gpStateInfo->LinkTitle);
LoadStringW(ghInstance, IDS_LINKERRCAP, awchBuffer, ARRAYSIZE(awchBuffer));

Expand Down

0 comments on commit 9d53e7d

Please sign in to comment.