r1465 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Aug 30 18:07:50 EDT 2008
Author: tma
Date: 2008-08-30 18:07:50 -0400 (Sat, 30 Aug 2008)
New Revision: 1465
Modified:
trunk/code/qcommon/common.c
Log:
* Fix to console completion bug introduced by the last fix (from the oops
dept.)
Modified: trunk/code/qcommon/common.c
===================================================================
--- trunk/code/qcommon/common.c 2008-08-30 19:29:34 UTC (rev 1464)
+++ trunk/code/qcommon/common.c 2008-08-30 22:07:50 UTC (rev 1465)
@@ -3141,7 +3141,7 @@
int completionOffset;
if( matchCount == 0 )
- return qfalse;
+ return qtrue;
completionOffset = strlen( completionField->buffer ) - strlen( completionString );
More information about the quake3-commits
mailing list