MML/Finder: Fix FindDTMsRotated.

This commit is contained in:
Merlijn Wajer 2011-08-01 19:05:03 +02:00
parent 1fc33752e4
commit f159f20bc2
1 changed files with 1 additions and 1 deletions

View File

@ -2384,7 +2384,7 @@ begin
// Checking point i now. (Store that we matched it)
ch[xxx][yyy]:= ch[xxx][yyy] or (1 shl i);
if compare(ctsinfoarray[i], cd[yyy][xxx]) then
if compare(ctsinfoarray[i], @cd[yyy][xxx]) then
b[xxx][yyy] := b[xxx][yyy] or (1 shl i);
end;