Mercurial > hg > xemacs-beta
comparison src/window.c @ 2290:21f73f4563a7
[xemacs-hg @ 2004-09-21 03:28:15 by james]
I managed to mess up one of Darryl's lines. This fixes it.
author | james |
---|---|
date | Tue, 21 Sep 2004 03:28:15 +0000 |
parents | 7fa4bc78a35d |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2289:7fa4bc78a35d | 2290:21f73f4563a7 |
---|---|
5254 { | 5254 { |
5255 db = get_display_block_from_line (*dl, TEXT); | 5255 db = get_display_block_from_line (*dl, TEXT); |
5256 for (i = 0; i < Dynarr_length (db->runes); i++) | 5256 for (i = 0; i < Dynarr_length (db->runes); i++) |
5257 { | 5257 { |
5258 *rb = Dynarr_atp (db->runes, i); | 5258 *rb = Dynarr_atp (db->runes, i); |
5259 if (point <= *rb->charpos) | 5259 if (point <= (*rb)->charpos) |
5260 goto found_charpos; | 5260 goto found_charpos; |
5261 } | 5261 } |
5262 return 0; | 5262 return 0; |
5263 } | 5263 } |
5264 } | 5264 } |