At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 149
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Fri 2007-09-14 17:03:01 -0700
message:
Fixed rename of end_of_bound - there's no s.
modified:
swig/NdbIndexScanOperation.i ndbindexscanoperatio-20070426125039-esztodu0kcqbofgn-1
=== modified file 'swig/NdbIndexScanOperation.i'
--- a/swig/NdbIndexScanOperation.i 2007-09-14 23:36:32 +0000
+++ b/swig/NdbIndexScanOperation.i 2007-09-15 00:03:01 +0000
@@ -46,7 +46,7 @@
#if !defined(SWIG_RUBY_AUTORENAME)
%rename reset_bounds resetBounds;
- %rename end_of_bounds endOfBounds;
+ %rename end_of_bound endOfBound;
%rename get_range_no getRangeNo;
#endif
| Thread |
|---|
| • Rev 149: Fixed rename of end_of_bound - there's no s. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 15 Sep |