FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

cl_dll/hud_hintdisplay.cpp

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