mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 09:09:25 +02:00
* Fix wrong format specifier
This commit is contained in:
parent
e17c575123
commit
2e9b644ceb
@ -226,7 +226,7 @@ Var
|
||||
begin
|
||||
P:=(Sender as TTableProducer);
|
||||
if FVars.CompareRunID<>-1 then
|
||||
S:=Format(TestSuiteCGIURL + '?action=%d&run1id=%d&run2id=%s&testfileid=%s',
|
||||
S:=Format(TestSuiteCGIURL + '?action=%d&run1id=%d&run2id=%d&testfileid=%s',
|
||||
[faction_show_one_test,FVars.RunID,FVars.CompareRunID,P.DataSet.FieldByName('Id').AsString])
|
||||
else
|
||||
S:=Format(TestSuiteCGIURL + '?action=%d&run1id=%d&testfileid=%s',
|
||||
|
Loading…
Reference in New Issue
Block a user