diff src/term.c @ 31829:43566b0aec59

Avoid some more compiler warnings.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 20:54:57 +0000
parents 6a0caa788013
children 923b8d6d8277
line wrap: on
line diff
--- a/src/term.c	Thu Sep 21 20:15:55 2000 +0000
+++ b/src/term.c	Thu Sep 21 20:54:57 2000 +0000
@@ -1146,7 +1146,7 @@
      register int len;
 {
   char *buf;
-  struct glyph *glyph;
+  struct glyph *glyph = NULL;
   struct frame *f, *sf;
 
   if (len <= 0)