dtinfo subdirectory DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
0be684281d
commit
fbd81ef151
@@ -72,7 +72,7 @@ int composite::first() const
|
||||
|
||||
void composite::next(int& index) const
|
||||
{
|
||||
if INRANGE( index, 1, v_sz - 1 )
|
||||
if INRANGE( index, 1, (int) v_sz - 1 )
|
||||
index ++;
|
||||
else
|
||||
index = 0;
|
||||
|
||||
Reference in New Issue
Block a user