mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 16:17:18 +01:00
gtk intf: initialize var
git-svn-id: trunk@14562 -
This commit is contained in:
parent
6c828ea03c
commit
4358448ef7
@ -540,6 +540,7 @@ var
|
||||
thrash: char;
|
||||
begin
|
||||
// wake up GUI thread by sending a byte through the threadsync pipe
|
||||
thrash:='l';
|
||||
fpwrite(threadsync_pipeout, thrash, 1);
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user