Skip to content

Commit

Permalink
Merge branch 'mr/fix-another-latent-bug' into 'master'
Browse files Browse the repository at this point in the history
Fix another latent bug discovered by GNAT-LLVM

See merge request eng/toolchain/gnatcoll-core!126
  • Loading branch information
sebastianpoeplau committed Jul 22, 2024
2 parents 46d59c1 + 9af7245 commit d14070d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/gnatcoll-strings_impl.ads
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,8 @@ package GNATCOLL.Strings_Impl is

Null_XString : constant XString :=
(Ada.Finalization.Controlled with
Data => (Is_Big => False, Small => <>));
Data => (Is_Big => False,
Small => (Is_Big => False, Size => 0, others => <>)));

end Strings;

Expand Down

0 comments on commit d14070d

Please sign in to comment.