rtl: fixed TryStringToGUID for new record var arg

This commit is contained in:
mattias 2019-01-07 16:06:53 +00:00
parent 6244b933ac
commit 74b4d41274

View File

@ -3693,7 +3693,7 @@ begin
exit;
end;
asm
rtl.strToGUIDR(s,Guid.get());
rtl.strToGUIDR(s,Guid);
end;
Result:=true;
end;