Révision 2360
tmp/org.txm.core/src/java/org/txm/objects/Edition.java (revision 2360) | ||
---|---|---|
216 | 216 |
String s = p.getWordId(); |
217 | 217 |
Log.fine(p.name+": "+s+" >? "+idx); |
218 | 218 |
// if (getInt(s) > getInt(idx)) { |
219 |
System.out.println(); |
|
219 | 220 |
if (isFirstGTthanSecond(s, idx) > 0) { |
220 | 221 |
Log.fine("page found: "+lastpage); |
221 | 222 |
return lastpage; |
... | ... | |
246 | 247 |
} else if (m1ok) { |
247 | 248 |
return 1; |
248 | 249 |
} else if (m2ok) { |
249 |
return 1; |
|
250 |
return -1;
|
|
250 | 251 |
} else { |
251 | 252 |
return 0; |
252 | 253 |
} |
Formats disponibles : Unified diff