From 09d43a1e29d1fdbdac0c37e45c014733f7bfb1d6 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 30 Aug 2008 22:07:50 +0000 Subject: * Fix to console completion bug introduced by the last fix (from the oops dept.) git-svn-id: svn://svn.icculus.org/quake3/trunk@1465 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/common.c') diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 7036f2f..5dda171 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -3141,7 +3141,7 @@ static qboolean Field_Complete( void ) int completionOffset; if( matchCount == 0 ) - return qfalse; + return qtrue; completionOffset = strlen( completionField->buffer ) - strlen( completionString ); -- cgit v1.2.3