Commit 5a10f3cc by Douglas B Rupp Committed by Richard Kenner

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
parent f13ff1ca
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
......
......@@ -1462,7 +1462,7 @@ lookup_filename (file_name)
ebk = 0;
ffb = 0;
rfo = 0;
fnam = (char *) 0;
fnam = "";
flen = 0;
}
......
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