From 706fd3a64ca9d55591542d0488b87698e3835c21 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 16 Nov 2019 08:05:59 +0100 Subject: synth: handle untruncated_text_read. --- src/grt/grt-files_operations.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/grt/grt-files_operations.ads') diff --git a/src/grt/grt-files_operations.ads b/src/grt/grt-files_operations.ads index c6ee8751d..176d4f06c 100644 --- a/src/grt/grt-files_operations.ads +++ b/src/grt/grt-files_operations.ads @@ -133,8 +133,8 @@ package Grt.Files_Operations is Length : out Std_Integer); procedure Ghdl_Untruncated_Text_Read (File : Ghdl_File_Index; - Str : Std_String_Ptr; - Len : out Std_Integer; + Buf : Ghdl_C_String; + Len : in out Std_Integer; Status : out Op_Status); procedure Ghdl_Text_File_Close (File : Ghdl_File_Index; -- cgit v1.2.3