diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi
index f189620..82db3e5 100644
--- a/Projects/SAMufasaGUI/project1.lpi
+++ b/Projects/SAMufasaGUI/project1.lpi
@@ -7,7 +7,7 @@
-
+
@@ -377,7 +377,7 @@
-
+
@@ -409,7 +409,7 @@
-
+
@@ -752,8 +752,8 @@
-
-
+
+
diff --git a/Units/MMLCore/finder.pas b/Units/MMLCore/finder.pas
index b5080b9..210955e 100644
--- a/Units/MMLCore/finder.pas
+++ b/Units/MMLCore/finder.pas
@@ -281,14 +281,14 @@ begin
end;
Inc(Ptr);
end;
- Inc(Ptr, PtrInc)
+ Inc(Ptr, PtrInc);
end;
SetLength(TPA, I);
- //Move(ClientTPA[0], TPA[0], i * SizeOf(TPoint));
- for xx := 0 to I do
- TPA[I] := ClientTPA[I];
+ Move(ClientTPA[0], TPA[0], i * SizeOf(TPoint));
+ { for xx := 0 to I - 1 do
+ TPA[xx] := ClientTPA[xx];}
Result := I > 0;
TClient(Client).MWindow.FreeReturnData;