changeset 16243:b311d8755530

(overlay_strings): Declare pstr using unsigned char.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Sep 1996 03:31:13 +0000
parents fa3885bdc49c
children 2d2356e78b9e
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu Sep 19 03:22:51 1996 +0000
+++ b/src/buffer.c	Thu Sep 19 03:31:13 1996 +0000
@@ -2098,11 +2098,12 @@
    Returns the string length, and stores the contents indirectly through
    PSTR, if that variable is non-null.  The string may be overwritten by
    subsequent calls.  */
+
 int
 overlay_strings (pos, w, pstr)
      int pos;
      struct window *w;
-     char **pstr;
+     unsigned char **pstr;
 {
   Lisp_Object ov, overlay, window, str;
   int startpos, endpos;