mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 11:27:27 +01:00
* fixed compilation after TStringList->TCmdStrList change
git-svn-id: trunk@6233 -
This commit is contained in:
parent
3bab23947e
commit
a06081f590
@ -690,7 +690,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TDebugController.SetSourceDirs;
|
procedure TDebugController.SetSourceDirs;
|
||||||
var f,s: string;
|
var f,s: ansistring;
|
||||||
i : longint;
|
i : longint;
|
||||||
Dir : SearchRec;
|
Dir : SearchRec;
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user