changeset 2104 | 74b151cc3004 |
parent 2097 | 82b1e11883fd |
child 2107 | 607a900aefa3 |
2103:9266bb2ac29d | 2104:74b151cc3004 |
---|---|
296 } |
296 } |
297 |
297 |
298 // Remember the last position where three dots fit. |
298 // Remember the last position where three dots fit. |
299 if (w + ddd < maxw) { |
299 if (w + ddd < maxw) { |
300 ddd_w = w + ddd; |
300 ddd_w = w + ddd; |
301 ddd_pos = str; |
301 ddd_pos = str + 1; |
302 } |
302 } |
303 } |
303 } |
304 |
304 |
305 return w; |
305 return w; |
306 } |
306 } |