Browse Source

* fixed compilation after TStringList->TCmdStrList change

git-svn-id: trunk@6233 -
tom_at_work 18 years ago
parent
commit
a06081f590
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpdebug.pas

+ 1 - 1
ide/fpdebug.pas

@@ -690,7 +690,7 @@ begin
 end;
 
 procedure TDebugController.SetSourceDirs;
-  var f,s: string;
+  var f,s: ansistring;
       i : longint;
       Dir : SearchRec;
 begin