fix warning

This commit is contained in:
Chris Danford
2006-06-14 03:20:15 +00:00
parent dde50d0325
commit 0611a735e2
+1 -1
View File
@@ -124,7 +124,7 @@ void ScreenNetSelectBase::Input( const InputEventPlus &input )
if( (c >= ' ') && (!bHoldingCtrl) )
{
m_sTextInput += c;
m_sTextInput += WStringToRString(wstring()+c);
UpdateTextInput();
}