This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Minor bugfix in vmsdbgout.c for missing file


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.

*** vmsdbgout.c	2001/12/05 12:36:45	1.3
--- vmsdbgout.c	2001/12/06 08:25:35
*************** lookup_filename (file_name)
*** 1461,1467 ****
        ebk = 0;
        ffb = 0;
        rfo = 0;
!       fnam = (char *) 0;
        flen = 0;
      }
  
--- 1461,1467 ----
        ebk = 0;
        ffb = 0;
        rfo = 0;
!       fnam = "";
        flen = 0;
      }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]