Explorar o código

Merge branch 'candidate-7.6.x'

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=5) %!d(string=hai) anos
pai
achega
0469ae73f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/wuanalysis/anacommon.cpp

+ 1 - 1
common/wuanalysis/anacommon.cpp

@@ -90,7 +90,7 @@ void PerformanceIssue::setLocation(const char * definition)
         filename.append(p1-definition, definition);
     line = atoi(p1+1);
     column = atoi(comma+1);
-    if (line < 0 || column < 0)
+    if (line==0 || column==0)
     {
         line=0;
         column=0;