[sword-svn] r1910 - trunk/bindings/corba/orbitcpp
scribe at crosswire.org
scribe at crosswire.org
Tue Apr 25 01:00:47 MST 2006
Author: scribe
Date: 2006-04-25 01:00:46 -0700 (Tue, 25 Apr 2006)
New Revision: 1910
Modified:
trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
Log:
must check first entry for score, as last entries is likely 0
Modified: trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
===================================================================
--- trunk/bindings/corba/orbitcpp/swordorb-impl.cpp 2006-04-25 07:18:34 UTC (rev 1909)
+++ trunk/bindings/corba/orbitcpp/swordorb-impl.cpp 2006-04-25 08:00:46 UTC (rev 1910)
@@ -176,6 +176,7 @@
int i = 0;
// if we're sorted by score, let's re-sort by verse, because Java can always re-sort by score
+ result = sword::TOP;
if ((long)result.getElement()->userData)
result.sort();
More information about the sword-cvs
mailing list