* Fix to console completion bug introduced by the last fix (from the oops

dept.)
This commit is contained in:
Tim Angus 2008-08-30 22:07:50 +00:00
parent 56972c5c69
commit 9d0e643425

View file

@ -3141,7 +3141,7 @@ static qboolean Field_Complete( void )
int completionOffset;
if( matchCount == 0 )
return qfalse;
return qtrue;
completionOffset = strlen( completionField->buffer ) - strlen( completionString );