git-svn-id: https://svn.code.sf.net/p/kolmck/code@21 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@ -11171,9 +11171,9 @@ begin
|
||||
Result := Result + '''' + S + Copy( B, 2, MaxInt )
|
||||
else
|
||||
if S <> '' then
|
||||
Result := Result + 'PChar( ''' + S + ''' + ' + B + ')'
|
||||
Result := Result + 'PKOLChar( ''' + S + ''' + ' + B + ')'
|
||||
else
|
||||
Result := Result + 'PChar( ' + B + ' )';
|
||||
Result := Result + 'PKOLChar( ' + B + ' )';
|
||||
end;
|
||||
end;
|
||||
if I < Items.Count-1 then
|
||||
|
Reference in New Issue
Block a user