From 4eac72e80fdb612e6498ef8effeaef4121a886f1 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 14 Jan 2016 08:15:27 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@9395 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Errors.cpp b/uppsrc/ide/Errors.cpp index ae1fb460f..80da38f89 100644 --- a/uppsrc/ide/Errors.cpp +++ b/uppsrc/ide/Errors.cpp @@ -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;