summaryrefslogtreecommitdiff
path: root/src/csv.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-10 18:41:36 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-10 18:41:36 +1100
commit60b2207a469a5a1e7a7e5619a8eb1b01c67f314a (patch)
treec928299d78242f2b36798e8c1802914552626352 /src/csv.ads
parent964a28e91593c4bf1e1c132536828d87f8d12c84 (diff)
Preference data reads into Bundles properly, with packed memory and a few fixed bugs
Diffstat (limited to 'src/csv.ads')
-rw-r--r--src/csv.ads2
1 files changed, 1 insertions, 1 deletions
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);