gtk intf: initialize var

git-svn-id: trunk@14562 -
This commit is contained in:
mattias 2008-03-18 09:21:29 +00:00
parent 6c828ea03c
commit 4358448ef7

View File

@ -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;