aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-fst.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-fst.adb')
-rw-r--r--src/grt/grt-fst.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-fst.adb b/src/grt/grt-fst.adb
index 8358967e0..10a8a1eed 100644
--- a/src/grt/grt-fst.adb
+++ b/src/grt/grt-fst.adb
@@ -91,7 +91,7 @@ package body Grt.Fst is
Context := fstWriterCreate
(To_Ghdl_C_String (Fst_Filename.all'Address), 1);
if Context = Null_fstContext then
- Error_C ("fst: cannot open ");
+ Error_S ("fst: cannot open ");
Error_E (Fst_Filename (Fst_Filename'First .. Fst_Filename'Last - 1));
end if;
return True;