mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* fixed accidentally committed (harmless) typo in r32202
git-svn-id: trunk@32226 -
This commit is contained in:
parent
745249295e
commit
c8839d487b
@ -345,7 +345,7 @@ unit widestr;
|
|||||||
var
|
var
|
||||||
p2: pchar;
|
p2: pchar;
|
||||||
i, chars, codepointlen: sizeint;
|
i, chars, codepointlen: sizeint;
|
||||||
{$ENDIF FPC_HAS_CPSRING}
|
{$ENDIF FPC_HAS_CPSTRING}
|
||||||
begin
|
begin
|
||||||
{$IFDEF FPC_HAS_CPSTRING}
|
{$IFDEF FPC_HAS_CPSTRING}
|
||||||
if len=0 then
|
if len=0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user