mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 17:40:30 +02:00
use proper line ending
git-svn-id: trunk@8141 -
This commit is contained in:
parent
d2380ac360
commit
55674767d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user