* Patch from colin western to fix infinite loop

git-svn-id: trunk@10586 -
This commit is contained in:
michael 2008-03-29 18:03:23 +00:00
parent 55bd5cedb4
commit f251d2fded

View File

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