g-os_lib.adb (Add_To_Command): use explicit loop to move string into Command, an...
authorEd Schonberg <schonber@gnat.com>
Thu, 29 Nov 2001 05:15:53 +0000 (05:15 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Thu, 29 Nov 2001 05:15:53 +0000 (06:15 +0100)
commit9f63939774d1b9eaf9c4196ac50f9e83ddbae822
tree89530c18f3ddfe06f8c17ed0a9a81ed0f17cbd30
parent911b415e5242af7ee14f8261482cf0d45fa78b4d
g-os_lib.adb (Add_To_Command): use explicit loop to move string into Command, an array conversion is illegal here.

* g-os_lib.adb (Add_To_Command): use explicit loop to move string
into Command, an array conversion is illegal here. Uncovered by
ACATS B460005.

From-SVN: r47435
gcc/ada/ChangeLog
gcc/ada/g-os_lib.adb