Forráskód Böngészése

* little mistyping in SetFileSize

Tomas Hajny 25 éve
szülő
commit
3f72e6ea7d
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      rtl/os2/objinc.inc

+ 5 - 2
rtl/os2/objinc.inc

@@ -137,13 +137,16 @@ asm
     call syscall
     movl $0, %eax
     jnc .LSetFSize1
-    dec eax
+    decl %eax
 .LSetFSize1:
 end;
 
 {
   $Log$
-  Revision 1.7  2000-06-06 17:10:36  hajny
+  Revision 1.8  2000-06-12 17:26:29  hajny
+    * little mistyping in SetFileSize
+
+  Revision 1.7  2000/06/06 17:10:36  hajny
     * moving file ptr to the end in SetFileSize
 
   Revision 1.6  2000/06/05 18:55:54  hajny