Sfoglia il codice sorgente

rtl: fixed TryStringToGUID for new record var arg

mattias 6 anni fa
parent
commit
74b4d41274
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/rtl/sysutils.pas

+ 1 - 1
packages/rtl/sysutils.pas

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