aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/files_map.adb')
-rw-r--r--src/files_map.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files_map.adb b/src/files_map.adb
index 14da4c1fc..bbf8c8087 100644
--- a/src/files_map.adb
+++ b/src/files_map.adb
@@ -580,7 +580,7 @@ package body Files_Map is
Cache_Line => 1,
Gap_Start => Source_Ptr_Last,
Gap_Last => Source_Ptr_Last);
- Lines_Tables.Init (Source_Files.Table (Res).Lines);
+ Lines_Tables.Init (Source_Files.Table (Res).Lines, Lines_Table_Init);
File_Add_Line_Number (Res, 1, Source_Ptr_Org);
return Res;
end Create_Source_File_Entry;