mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:38:19 +02:00
Use default URL for sources if CategoryId <= 1
This commit is contained in:
parent
86765fa5a6
commit
716aeb4783
File diff suppressed because it is too large
Load Diff
@ -976,7 +976,7 @@ begin
|
||||
if Base='trunk' then
|
||||
Base:='main';
|
||||
lURL:=ViewGitHashURL+Base;
|
||||
if FVars.CategoryID=1 then
|
||||
if FVars.CategoryID<=1 then
|
||||
lURL:=lURL+TestsSubDir
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user