From c2e34ea42470895b248d1e761e3793c80dfd8f9e Mon Sep 17 00:00:00 2001 From: carl Date: Wed, 1 Jul 1998 14:30:56 +0000 Subject: [PATCH] * forgot that includes are case sensitive --- rtl/amiga/sysamiga.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rtl/amiga/sysamiga.pas b/rtl/amiga/sysamiga.pas index 722a96741e..fe78c2caea 100644 --- a/rtl/amiga/sysamiga.pas +++ b/rtl/amiga/sysamiga.pas @@ -58,7 +58,7 @@ const implementation - {$I EXEC.INC} + {$I exec.inc} TYPE TDateStamp = packed record @@ -1345,7 +1345,10 @@ end. { $Log$ - Revision 1.4 1998-07-01 14:13:50 carl + Revision 1.5 1998-07-01 14:30:56 carl + * forgot that includes are case sensitive + + Revision 1.4 1998/07/01 14:13:50 carl * do_open bugfix * correct conversion of Amiga error codes to TP error codes * InoutRes word bugfix