g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First
2006-10-31 Robert Dewar <dewar@adacore.com> * g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First From-SVN: r118282
This commit is contained in:
parent
30f41abaec
commit
2d6a1685fa
@ -3431,7 +3431,7 @@ package body GNAT.Spitbol.Patterns is
|
||||
return new PE'(PC_Null, 1, EOP);
|
||||
|
||||
when 1 =>
|
||||
return new PE'(PC_Char, 1, EOP, Str (1));
|
||||
return new PE'(PC_Char, 1, EOP, Str (Str'First));
|
||||
|
||||
when 2 =>
|
||||
return new PE'(PC_String_2, 1, EOP, Str);
|
||||
|
Loading…
Reference in New Issue
Block a user