branches/KDE/3.5/kdevelop/lib/catalog
Andras Mantia
amantia at kde.org
Wed Sep 28 12:50:09 UTC 2005
SVN commit 464822 by amantia:
Fix hanging in KDevelop's code completion. Patch posted by Jens Zurheide on kdevelop-devel. Nobody could comment on the correctness of the code, but it works and it is a critical fix, so let's commit it. Anyone wanting to review, please do so.
CCMAIL: kdevelop-devel at kdevelop.org
M +1 -1 catalog.cpp
--- branches/KDE/3.5/kdevelop/lib/catalog/catalog.cpp #464821:464822
@@ -414,7 +414,7 @@
cursors[ current ] = 0;
- if( current > 0) {
+ if( current == args.size() ) {
DBC* join_curs = 0;
int rtn = d->dbp->join( d->dbp, cursors, &join_curs, 0 );
More information about the KDevelop-devel
mailing list