Browse Source

* FileOpen fixed

Tomas Hajny 23 years ago
parent
commit
51ac1e5555
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/os2/objinc.inc

+ 5 - 2
rtl/os2/objinc.inc

@@ -54,7 +54,7 @@ begin
         xorl %eax, %eax
         xorl %eax, %eax
         movw %ax, DosStreamError
         movw %ax, DosStreamError
         movl FileName, %edx
         movl FileName, %edx
-        movl $0x7f0b, %eax
+        movl $0x7f2b, %eax
         movl AMode, %ecx
         movl AMode, %ecx
         call syscall
         call syscall
         cmpl $0xffffffff, %eax
         cmpl $0xffffffff, %eax
@@ -148,7 +148,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2002-09-22 16:04:19  hajny
+  Revision 1.6  2002-09-26 18:54:55  hajny
+    * FileOpen fixed
+
+  Revision 1.5  2002/09/22 16:04:19  hajny
     * correction for THandle length change
     * correction for THandle length change
 
 
   Revision 1.4  2002/09/07 16:01:24  peter
   Revision 1.4  2002/09/07 16:01:24  peter