mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 02:29:35 +01:00
IDE: fixed comparing Makefile.fpc
git-svn-id: trunk@15659 -
This commit is contained in:
parent
492e1d41d8
commit
bfc63ff71a
@ -508,7 +508,7 @@ function ExtractCodeFromMakefile(const Source: string): string;
|
||||
end;
|
||||
|
||||
// next line
|
||||
SrcPos:=LineEndPos+1;
|
||||
SrcPos:=LineEndPos;
|
||||
if (SrcPos<=SrcLen) and (Source[SrcLen] in [#10,#13])
|
||||
and (Source[SrcLen]<>Source[SrcLen-1]) then
|
||||
inc(SrcPos);
|
||||
@ -519,10 +519,12 @@ function ExtractCodeFromMakefile(const Source: string): string;
|
||||
var
|
||||
NewLength: integer;
|
||||
begin
|
||||
DebugLn(['ExtractCodeFromMakefile START ',Result]);
|
||||
Result:='';
|
||||
Run(Result,NewLength);
|
||||
SetLength(Result,NewLength);
|
||||
Run(Result,NewLength);
|
||||
DebugLn(['ExtractCodeFromMakefile END ',Result]);
|
||||
end;
|
||||
|
||||
function CConstantToInt64(const s: string; out i: int64): boolean;
|
||||
|
||||
@ -1170,6 +1170,7 @@ msgid "Selecting next article"
|
||||
msgstr "Wähle nächsten Artikel"
|
||||
|
||||
#: ipconst.snsnoop
|
||||
msgctxt "ipconst.snsnoop"
|
||||
msgid "No operation"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -1167,6 +1167,7 @@ msgid "Selecting next article"
|
||||
msgstr "Memilih artikel berikutnya"
|
||||
|
||||
#: ipconst.snsnoop
|
||||
msgctxt "ipconst.snsnoop"
|
||||
msgid "No operation"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -1174,6 +1174,7 @@ msgid "Selecting next article"
|
||||
msgstr "Žymimas tolesnis straipsnis"
|
||||
|
||||
#: ipconst.snsnoop
|
||||
msgctxt "ipconst.snsnoop"
|
||||
msgid "No operation"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -1162,6 +1162,7 @@ msgid "Selecting next article"
|
||||
msgstr ""
|
||||
|
||||
#: ipconst.snsnoop
|
||||
msgctxt "ipconst.snsnoop"
|
||||
msgid "No operation"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -1167,6 +1167,7 @@ msgid "Selecting next article"
|
||||
msgstr "Выбор следующей статьи"
|
||||
|
||||
#: ipconst.snsnoop
|
||||
msgctxt "ipconst.snsnoop"
|
||||
msgid "No operation"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user