You've already forked lazarus-ccr
*Remove usage of deprecated constant
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4663 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -370,7 +370,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
if Format = CF_CSV then
|
if Format = CF_CSV then
|
||||||
S := ContentToAnsi(Source, ListSeparator) + #0
|
S := ContentToAnsi(Source, DefaultFormatSettings.ListSeparator) + #0
|
||||||
else
|
else
|
||||||
if (Format = CF_VRTF) or (Format = CF_VRTFNOOBJS) then
|
if (Format = CF_VRTF) or (Format = CF_VRTFNOOBJS) then
|
||||||
S := ContentToRTF(Source) + #0
|
S := ContentToRTF(Source) + #0
|
||||||
|
@ -370,7 +370,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
if Format = CF_CSV then
|
if Format = CF_CSV then
|
||||||
S := ContentToAnsi(Source, ListSeparator) + #0
|
S := ContentToAnsi(Source, DefaultFormatSettings.ListSeparator) + #0
|
||||||
else
|
else
|
||||||
if (Format = CF_VRTF) or (Format = CF_VRTFNOOBJS) then
|
if (Format = CF_VRTF) or (Format = CF_VRTFNOOBJS) then
|
||||||
S := ContentToRTF(Source) + #0
|
S := ContentToRTF(Source) + #0
|
||||||
|
Reference in New Issue
Block a user