| Submitter | Arnaud Charlet |
|---|---|
| Date | Oct. 4, 2010, 1:17 p.m. |
| Message ID | <20101004131713.GA17826@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/66648/ |
| State | New |
| Headers | show |
Comments
Patch
Index: sinput-l.adb =================================================================== --- sinput-l.adb (revision 164906) +++ sinput-l.adb (working copy) @@ -591,10 +591,9 @@ package body Sinput.L is if not Status then Errout.Error_Msg - ("could not write processed file """ & + ("?could not write processed file """ & Name_Buffer (1 .. Name_Len) & '"', Lo); - return No_Source_File; end if; end; end if;