Mercurial > emacs
changeset 9921:62392796a691
(Finsert_file_contents): Init not_regular at the beginning.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Nov 1994 00:30:47 +0000 |
parents | 6cd89eaf36c9 |
children | f653d8aac66a |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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