Browse Source

* fix for web bug #6579

git-svn-id: trunk@15899 -
Tomas Hajny 15 years ago
parent
commit
f544ee965a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      rtl/os2/video.pp

+ 4 - 4
rtl/os2/video.pp

@@ -116,11 +116,11 @@ begin
     CursorX := NewCursorX;
     CursorX := NewCursorX;
     CursorY := NewCursorY;
     CursorY := NewCursorY;
     end
     end
-  else
-   {Do not set an error code; people should fix invalid NewCursorX
+{  else
+   Do not set an error code; people should fix invalid NewCursorX
     or NewCursorY values when designing, there is no need for detecting
     or NewCursorY values when designing, there is no need for detecting
-    these errors at runtime.}
-    RunError (225);
+    these errors at runtime.
+    RunError (225);}
 end;
 end;