mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 11:07:47 +02:00
rtl: fixed TryStringToGUID for new record var arg
This commit is contained in:
parent
6244b933ac
commit
74b4d41274
@ -3693,7 +3693,7 @@ begin
|
||||
exit;
|
||||
end;
|
||||
asm
|
||||
rtl.strToGUIDR(s,Guid.get());
|
||||
rtl.strToGUIDR(s,Guid);
|
||||
end;
|
||||
Result:=true;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user