diff src/xrdb.c @ 31829:43566b0aec59

Avoid some more compiler warnings.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 20:54:57 +0000
parents 6b6699c7fce3
children 31fae82503f7
line wrap: on
line diff
--- a/src/xrdb.c	Thu Sep 21 20:15:55 2000 +0000
+++ b/src/xrdb.c	Thu Sep 21 20:54:57 2000 +0000
@@ -180,7 +180,7 @@
   while (p < string + string_len)
     {
       /* The chunk we're about to stick on the end of result.  */
-      char *next;
+      char *next = NULL;
       int next_len;
 
       if (*p == '%')