diff src/line-number.c @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents abe6d1db359e
children fdefd0186b75
line wrap: on
line diff
--- a/src/line-number.c	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/line-number.c	Mon Aug 13 04:46:48 2001 +0000
@@ -168,7 +168,7 @@
       /* We could also count how many newlines there are in the string
          and update the cache accordingly, but it would be too much
          work for too little gain. */
-      memchr ((void *)nonreloc, '\n', (size_t) length))
+      memchr ((void *)nonreloc, '\n', length))
     invalidate_line_number_cache (b, pos);
 }