From 49f0b95bd5fba911ca4c298bbb1ae45ca5f03895 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 4 Feb 2001 01:55:05 +0000 Subject: [PATCH] * one more correction (not crucial) --- rtl/os2/video.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rtl/os2/video.pp b/rtl/os2/video.pp index 58d67a7c70..57aee9d2f7 100644 --- a/rtl/os2/video.pp +++ b/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