We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea2f2d commit e0c3209Copy full SHA for e0c3209
Source/VarPyth.pas
@@ -1090,7 +1090,7 @@ function GetDispatchInvokeArgs(CallDesc: PCallDesc; Params: Pointer; var Strings
1090
begin
1091
PVarParm^.VType := varOleStr;
1092
Temp := VarArgGetValue(VAList, Pointer);
1093
- if PAnsiString(Temp)^ <> '' then
+ if AnsiString(Temp) <> '' then
1094
1095
{
1096
This line causes a crash and is replaced with the one below in line with unicode strings
0 commit comments