This commit is contained in:
Glenn Maynard
2006-01-30 02:45:01 +00:00
parent ba5d2ae3d6
commit e2437933a1
+1 -1
View File
@@ -247,7 +247,7 @@ void ScreenTextEntry::End( bool bCancelled )
{
RString sAnswer = WStringToRString(m_sAnswer);
RString sError;
if ( g_pValidate != NULL )
if( g_pValidate != NULL )
{
bool bValidAnswer = g_pValidate( sAnswer, sError );
if( !bValidAnswer )