mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 23:54:33 +01:00
* fixed comment typo
git-svn-id: trunk@16618 -
This commit is contained in:
parent
22ddd23d03
commit
c8115921f1
@ -337,7 +337,7 @@ implementation
|
||||
begin
|
||||
doconv:=tc_string_2_string;
|
||||
{ Don't prefer conversions from widestring to a
|
||||
normal string as we can loose information }
|
||||
normal string as we can lose information }
|
||||
if (tstringdef(def_from).stringtype in [st_widestring,st_unicodestring]) and
|
||||
not (tstringdef(def_to).stringtype in [st_widestring,st_unicodestring]) then
|
||||
eq:=te_convert_l3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user