From 60b2207a469a5a1e7a7e5619a8eb1b01c67f314a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 10 Feb 2017 18:41:36 +1100 Subject: Preference data reads into Bundles properly, with packed memory and a few fixed bugs --- src/csv.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/csv.ads') diff --git a/src/csv.ads b/src/csv.ads index a8273f5..74c2971 100644 --- a/src/csv.ads +++ b/src/csv.ads @@ -13,7 +13,7 @@ package CSV is package String_Vectors is new Ada.Containers.Vectors - (Index_Type => Natural, + (Index_Type => Positive, Element_Type => Ada.Strings.Unbounded.Unbounded_String); -- cgit