Browse Source

* one more correction (not crucial)

Tomas Hajny 24 years ago
parent
commit
49f0b95bd5
1 changed files with 4 additions and 2 deletions
  1. 4 2
      rtl/os2/video.pp

+ 4 - 2
rtl/os2/video.pp

@@ -369,7 +369,6 @@ var SOfs, CLen: cardinal;
 begin
     if LockUpdateScreen = 0 then
         begin
-            if not (Force) then
             if not (Force) then
                 asm
                     cld
@@ -432,7 +431,10 @@ end.
 
 {
   $Log$
-  Revision 1.3  2001-02-01 21:35:36  hajny
+  Revision 1.4  2001-02-04 01:55:05  hajny
+    * one more correction (not crucial)
+
+  Revision 1.3  2001/02/01 21:35:36  hajny
     * correction of a previously introduced bug
 
   Revision 1.2  2001/01/23 20:23:56  hajny