debugger: fix path delimiters for the call stack

git-svn-id: trunk@18940 -
This commit is contained in:
paul 2009-03-10 07:05:45 +00:00
parent f03e6fc7c2
commit 632c906b7a

View File

@ -3428,7 +3428,7 @@ begin
Val(AFrameInfo.Values['addr'], addr, e);
if e=0 then ;
func := AFrameInfo.Values['func'];
filename := AFrameInfo.Values['file'];
filename := ConvertPathDelims(AFrameInfo.Values['file']);
line := AFrameInfo.Values['line'];
end;