summaryrefslogtreecommitdiff
path: root/src/deck_convert.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-07 16:10:35 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-07 16:10:35 +1300
commitaf4ee4a230f1124a4c10761740aa41404d21d4a8 (patch)
tree74ce915d5a6bcb53e347be75c6d5bc1cd38ede57 /src/deck_convert.adb
parent866565c42134dbe8828c9a9b8140a90598df4069 (diff)
Image transferral now works
Diffstat (limited to 'src/deck_convert.adb')
-rw-r--r--src/deck_convert.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deck_convert.adb b/src/deck_convert.adb
index 75a35d0..7037944 100644
--- a/src/deck_convert.adb
+++ b/src/deck_convert.adb
@@ -105,7 +105,7 @@ procedure Deck_Convert is
Deck : Deck_IO.Deck_Handle;
Models : Model_Map;
Notes : Note_Vector;
- Media : Media_Map;
+ Media : Media_Collection;
begin
@@ -270,7 +270,7 @@ begin
if Verbose then
Put (Standard_Error, "Reading media...");
end if;
- Deck_IO.Read_Media_Map (-Input_Name, Media);
+ Deck_IO.Read_Media_Collection (-Input_Name, Media);
if Verbose then
Put_Line (Standard_Error, " Done");
Put (Standard_Error, "Writing output to Fresh Memory Dictionary...");