Commit 00ae06b5 by Richard Stallman

(do_include): Initialize searchptr to 0.

From-SVN: r2813
parent d45ceebe
......@@ -3642,7 +3642,7 @@ do_include (buf, limit, op, keyword)
struct file_name_list *search_start = include; /* Chain of dirs to search */
struct file_name_list dsp[1]; /* First in chain, if #include "..." */
struct file_name_list *searchptr;
struct file_name_list *searchptr = 0;
int flen;
int f; /* file number */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment