diff options
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r-- | src/grt/grt-main.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb index 7bc2bd57f..6fae4c871 100644 --- a/src/grt/grt-main.adb +++ b/src/grt/grt-main.adb @@ -112,7 +112,7 @@ package body Grt.Main is Status : Integer; begin -- Set stream for error messages - Grt.Errors.Set_Out_Stream (Grt.Stdio.stdout); + Grt.Errors.Set_Error_Stream (Grt.Stdio.stdout); -- Register modules. -- They may insert hooks. |