Преглед на файлове

Merge branch 'candidate-7.6.x'

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman преди 5 години
родител
ревизия
0469ae73f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;