mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@9395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7815dd533e
commit
4eac72e80f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ bool Ide::FindLineError(const String& ln, FindLineErrorCache& cache, ErrorInfo&
|
|||
CParser p(s);
|
||||
if(p.IsInt())
|
||||
f.lineno = p.ReadInt();
|
||||
if(p.Char(':') && p.IsInt())
|
||||
if(p.Char(':') && p.IsInt())
|
||||
f.linepos = p.ReadInt();
|
||||
const char *ms = p.GetPtr();
|
||||
f.kind = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue