We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf637a4 + 1fc7b0d commit f0e4d97Copy full SHA for f0e4d97
1 file changed
entries/gklark/src/wcontest.lpr
@@ -200,6 +200,7 @@ tcmp = class(tComparer<tsortitem>)
200
it: pdataitem;
201
begin
202
pool := TFPSimpleThreadPool.Create;
203
+ pool.MinThreads:=1;
204
if threadc > 0 then pool.MaxThreads := threadc;
205
bc := 256;
206
i := 0;
@@ -263,7 +264,7 @@ tcmp = class(tComparer<tsortitem>)
263
264
infile := ParamStr(1);
265
if not FileExists(infile) then
266
- writeln('Invalid filename', ParamStr(1));
267
+ writeln('Invalid filename ', ParamStr(1));
268
break;
269
end;
270
end
0 commit comments