[Ada] Simplify construction of a path to file
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 25 Mar 2022 23:11:35 +0000 (00:11 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 30 May 2022 08:29:04 +0000 (08:29 +0000)
commit263cb16b7667ba92fbac3098375aecfb7f80105e
treec9cbeef6c3ed18e85ea0fbb964ec34824ba13e2a
parent0f29dfcec26d883cb2d3d7ccdfc09bde1afcfa2e
[Ada] Simplify construction of a path to file

Code cleanup; semantics is unaffected.

gcc/ada/

* osint.adb (Locate_File): Change variable to constant and
initialize it by concatenation of directory, file name and NUL.
gcc/ada/osint.adb