FIX:exist null pointer

jira: STUDIO-9510
Change-Id: I64b13d7d4faa29715cd465501f166c8a0b966697
This commit is contained in:
zhou.xu 2025-01-02 19:38:16 +08:00 committed by lane.wei
parent 8af0503e30
commit 7d4e48aa83

View File

@ -1723,7 +1723,7 @@ wxString SyncAmsInfoDialog::format_text(wxString &m_msg)
if (wxGetApp().app_config->get("language") != "zh_CN") {
return m_msg;
}
if (!m_statictext_ams_msg) { return m_msg; }
wxString out_txt = m_msg;
wxString count_txt = "";
int new_line_pos = 0;