mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
ide: fixed to compile with CLANG
git-svn-id: svn://ultimatepp.org/upp/trunk@13487 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fa647184c1
commit
25deff1aba
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ String Patch::GetPatchedFile(int i) const
|
|||
String path = GetPath(i);
|
||||
if(FileExists(path)) {
|
||||
String s = LoadFile(GetPath(i));
|
||||
bool crlf = s.Find('\r') >= 0;
|
||||
crlf = s.Find('\r') >= 0;
|
||||
lines = Split(Filter(s, [](int c) { return c == '\r' ? 0 : c; }), '\n', false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue