mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* Patch from colin western to fix infinite loop
git-svn-id: trunk@10586 -
This commit is contained in:
parent
55bd5cedb4
commit
f251d2fded
@ -2097,7 +2097,7 @@ end;
|
||||
function XInternAtom(para1:PDisplay; para2:Pchar; para3:Boolean):TAtom;
|
||||
|
||||
begin
|
||||
Result:=XInternAtom(para1,para2,para3);
|
||||
Result:=XInternAtom(para1,para2,Ord(para3));
|
||||
end;
|
||||
|
||||
function XInternAtoms(para1:PDisplay; para2:PPchar; para3:cint; para4:Boolean; para5:PAtom):TStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user