Kaynağa Gözat

[console] coutsl linux fix

Exilon 4 yıl önce
ebeveyn
işleme
f24c2c1649
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      Quick.Console.pas

+ 3 - 3
Quick.Console.pas

@@ -1,13 +1,13 @@
 { ***************************************************************************
 { ***************************************************************************
 
 
-  Copyright (c) 2016-2020 Kike Pérez
+  Copyright (c) 2016-2021 Kike Pérez
 
 
   Unit        : Quick.Console
   Unit        : Quick.Console
   Description : Console output with colors and optional file log
   Description : Console output with colors and optional file log
   Author      : Kike Pérez
   Author      : Kike Pérez
   Version     : 1.9
   Version     : 1.9
   Created     : 10/05/2017
   Created     : 10/05/2017
-  Modified    : 05/06/2020
+  Modified    : 05/08/2021
 
 
   This file is part of QuickLib: https://github.com/exilon/QuickLib
   This file is part of QuickLib: https://github.com/exilon/QuickLib
 
 
@@ -338,7 +338,7 @@ begin
     begin
     begin
       TextColor(cColor);
       TextColor(cColor);
       {$I-}
       {$I-}
-      Write(cMsg{$IFDEF LINUX} +#13{$ENDIF});
+      Write(cMsg);//{$IFDEF LINUX} +#13{$ENDIF});
       {$I+}
       {$I+}
       TextColor(LastMode);
       TextColor(LastMode);
     end;
     end;