use proper line ending

git-svn-id: trunk@8141 -
This commit is contained in:
micha 2005-11-13 18:48:58 +00:00
parent d2380ac360
commit 55674767d7

View File

@ -2037,7 +2037,7 @@ begin
if rfNoMI in R.Flags
then begin
FileType := GetPart('file type ', '.', R.Values);
EntryPoint := GetPart('Entry point: ', '\n', R.Values);
EntryPoint := GetPart('Entry point: ', LineEnding, R.Values);
end
else begin
// OS X gdb has mi output here