mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 14:08:05 +02:00
* fixed test in case a widestringmanager is installed
git-svn-id: trunk@33611 -
This commit is contained in:
parent
2f81c14ee9
commit
eabcabe329
@ -10,6 +10,7 @@ begin
|
||||
halt(1);
|
||||
s:=s+'NAME';
|
||||
writeln(stringcodepage(s));
|
||||
if stringcodepage(s)<>0 then
|
||||
if (stringcodepage(s)<>0) and
|
||||
(stringcodepage(s)<>DefaultSystemCodePage) then
|
||||
halt(2);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user