diff options
Diffstat (limited to 'gcc/ada/g-forstr.adb')
-rw-r--r-- | gcc/ada/g-forstr.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-forstr.adb b/gcc/ada/g-forstr.adb index 5652c11..21ed66e 100644 --- a/gcc/ada/g-forstr.adb +++ b/gcc/ada/g-forstr.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2014-2016, Free Software Foundation, Inc. -- +-- Copyright (C) 2014-2017, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -130,8 +130,8 @@ package body GNAT.Formatted_String is begin return Formatted_String' (Finalization.Controlled with - D => new Data'(Format'Length, 1, Format, 1, - Null_Unbounded_String, 0, 0, (0, 0))); + D => new Data'(Format'Length, 1, 1, + Null_Unbounded_String, 0, 0, (0, 0), Format)); end "+"; --------- |