diff --git a/view/gui/Main.cpp b/view/gui/Main.cpp index 33a93b24..afcd0956 100644 --- a/view/gui/Main.cpp +++ b/view/gui/Main.cpp @@ -1539,7 +1539,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) char stroop_c[1024] = {0}; sprintf(stroop_c, - "", + "", proc_name, ram_start); constexpr auto RAMSTART_MESSAGE = "The RAM start is {}.\r\nDo you want to copy the generated STROOP config line to your clipboard?";