We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f9f504 + 9e405e2 commit 9d47171Copy full SHA for 9d47171
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