g-os_lib.ads, [...] (Normalize_Pathname.Get_Directory): Correct obvious bug (return...
authorVincent Celier <celier@adacore.com>
Wed, 6 Jun 2007 10:30:30 +0000 (12:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:30:30 +0000 (12:30 +0200)
commit690792a21d56ce57d19d45786c24da692f667a4c
tree44e1c30954dd29543d35a6cf64a02dc1d6f03c53
parent751089b2718981880ac42d7f3d6013374460729b
g-os_lib.ads, [...] (Normalize_Pathname.Get_Directory): Correct obvious bug (return Dir; instead of return Directory;).

2007-04-20  Vincent Celier  <celier@adacore.com>

* g-os_lib.ads, g-os_lib.adb (Normalize_Pathname.Get_Directory):
Correct obvious bug (return Dir; instead of return Directory;).
(Normalize_Pathname): Use Reference_Dir'Length, not Reference_Dir'Last

From-SVN: r125421
gcc/ada/g-os_lib.adb
gcc/ada/g-os_lib.ads