diff src/lread.c @ 68649:70566c3d72b1

(openp): Initialized encoded_fn before GCPRO it.
author Kenichi Handa <handa@m17n.org>
date Mon, 06 Feb 2006 12:35:44 +0000
parents 581e383fb47c
children 3bd95f4f2941
line wrap: on
line diff
--- a/src/lread.c	Mon Feb 06 12:31:40 2006 +0000
+++ b/src/lread.c	Mon Feb 06 12:35:44 2006 +0000
@@ -1079,7 +1079,7 @@
 			    SBYTES (XCAR (tail)));
     }
 
-  string = filename = Qnil;
+  string = filename = encoded_fn = Qnil;
   GCPRO6 (str, string, filename, path, suffixes, encoded_fn);
 
   if (storeptr)