vmsdbgout.c (lookup_filename): Assign null string instead of null pointer to fnam.

* vmsdbgout.c (lookup_filename): Assign null string instead
	of null pointer to fnam.

From-SVN: r47823
This commit is contained in:
Douglas B Rupp 2001-12-09 18:49:51 -05:00 committed by Richard Kenner
parent f13ff1ca42
commit 5a10f3cc91
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Dec 9 18:40:07 2001 Douglas B. Rupp <rupp@gnat.com>
* vmsdbgout.c (lookup_filename): Assign null string instead
of null pointer to fnam.
2001-12-09 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_align_insns): Suppress realignment

View File

@ -1462,7 +1462,7 @@ lookup_filename (file_name)
ebk = 0;
ffb = 0;
rfo = 0;
fnam = (char *) 0;
fnam = "";
flen = 0;
}