diff 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
line wrap: on
line diff
--- a/src/window.c	Tue Sep 21 03:00:27 2004 +0000
+++ b/src/window.c	Tue Sep 21 03:28:15 2004 +0000
@@ -5256,7 +5256,7 @@
 	      for (i = 0; i < Dynarr_length (db->runes); i++)
 		{
 		  *rb = Dynarr_atp (db->runes, i);
-		  if (point <= *rb->charpos)
+		  if (point <= (*rb)->charpos)
 		    goto found_charpos;
 		}
 	      return 0;