Browse Source

rtl: fixed TryStringToGUID for new record var arg

mattias 6 years ago
parent
commit
74b4d41274
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/sysutils.pas

+ 1 - 1
packages/rtl/sysutils.pas

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