aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-diopit.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-diopit.adb')
-rw-r--r--gcc/ada/g-diopit.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-diopit.adb b/gcc/ada/g-diopit.adb
index 3538deb..dabea22 100644
--- a/gcc/ada/g-diopit.adb
+++ b/gcc/ada/g-diopit.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2010, AdaCore --
+-- Copyright (C) 2001-2015, AdaCore --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -221,8 +221,8 @@ package body GNAT.Directory_Operations.Iteration is
then
-- Starting with "<drive>:\"
- DS := Strings.Fixed.Index
- (SP (SP'First + 3 .. SP'Last), Dir_Seps);
+ DS := Strings.Fixed.Index
+ (SP (SP'First + 3 .. SP'Last), Dir_Seps);
if DS = 0 then