| Submitter | Arnaud Charlet |
|---|---|
| Date | Aug. 4, 2011, 1:15 p.m. |
| Message ID | <20110804131551.GA28691@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/108451/ |
| State | New |
| Headers | show |
Comments
Patch
Index: prj-env.adb =================================================================== --- prj-env.adb (revision 177367) +++ prj-env.adb (working copy) @@ -1281,7 +1281,7 @@ -- If there are Ada sources, call action with the name of every -- source directory. - if Has_Ada_Sources (Project) then + if Has_Ada_Sources (Prj) then while Current /= Nil_String loop The_String := In_Tree.Shared.String_Elements.Table (Current); Action (Get_Name_String (The_String.Display_Value));