cl_dll/hud_hintdisplay.cpp
144145146147148149150return false; } strcpy( m_szHintText, text ); // look up the text string wchar_t *ws = vgui::localize()->Find( text );144145146147148149150return false; } Q_strncpy(m_szHintText, text, 128); // look up the text string wchar_t *ws = vgui::localize()->Find( text );