# HG changeset patch # User Richard M. Stallman # Date 784859447 0 # Node ID 62392796a691d923cc089a68f77755aed6249b71 # Parent 6cd89eaf36c9991c9825851d26e4046f84057084 (Finsert_file_contents): Init not_regular at the beginning. diff -r 6cd89eaf36c9 -r 62392796a691 src/fileio.c --- a/src/fileio.c Tue Nov 15 00:06:33 1994 +0000 +++ b/src/fileio.c Tue Nov 15 00:30:47 1994 +0000 @@ -2725,7 +2725,7 @@ Lisp_Object handler, val, insval; Lisp_Object p; int total; - int not_regular; + int not_regular = 0; val = Qnil; p = Qnil; @@ -2765,7 +2765,6 @@ goto notfound; } - not_regular = 0; #ifdef S_IFREG /* This code will need to be changed in order to work on named pipes, and it's probably just not worth it. So we should at