Skip to content

Commit b78f63f

Browse files
committed
gnatcheck: always preserve casing when calling Normalize_Pathname
1 parent df30fb0 commit b78f63f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lkql_checker/src/gnatcheck-diagnoses.adb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,8 +2629,7 @@ package body Gnatcheck.Diagnoses is
26292629
User_Info_File_Full_Path := new String'
26302630
(GNAT.OS_Lib.Normalize_Pathname
26312631
(Fname,
2632-
Resolve_Links => False,
2633-
Case_Sensitive => False));
2632+
Resolve_Links => False));
26342633
else
26352634
Error (Fname & " not found, --include-file option ignored");
26362635
end if;

0 commit comments

Comments
 (0)