mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* pas2jni: fixed error during records processing.
git-svn-id: trunk@24514 -
This commit is contained in:
parent
8bc8363c77
commit
4a696dbf00
@ -312,7 +312,7 @@ var
|
||||
end
|
||||
else
|
||||
if jt = 'rec' then begin
|
||||
if IsSystemUnit and (CompareText(it.Strings['Name'], 'tguid') = 0) then begin
|
||||
if IsSystemUnit and (CompareText(CurObjName, 'tguid') = 0) then begin
|
||||
d:=TTypeDef.Create(CurDef, dtType);
|
||||
TTypeDef(d).BasicType:=btGuid;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user