mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
lazutils: fixed compilation with wince.
git-svn-id: trunk@35259 -
This commit is contained in:
parent
403ef1bfd2
commit
951fdc2310
@ -687,7 +687,7 @@ begin
|
||||
{$ifdef WinCE}
|
||||
Assign(FLogText, FLogName);
|
||||
{$I-}
|
||||
Append(FLogText)
|
||||
Append(FLogText);
|
||||
if IOResult <> 0 then
|
||||
Rewrite(FLogText);
|
||||
{$I+}
|
||||
|
Loading…
Reference in New Issue
Block a user