summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/pvs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pvs.cpp b/src/pvs.cpp
index 32e1b4b..843a725 100755
--- a/src/pvs.cpp
+++ b/src/pvs.cpp
@@ -974,7 +974,7 @@ void PVS::showProc()
name = line.remove(0,6);
tempSend.append(tempFolder).append(QString("<#>")).append(line).append("<#>");
//lets check if the process belongs to our PVS. better not to show it if we dont want to crash PVS
- } else if (line.startsWith("Gid:")) //and to check that the process is a user process
+ } else if (line.startsWith("Uid:")) //and to check that the process is a user process
//we had to read name first
{
line.remove(QRegExp("\\D")); //remove all non-digit characters (letters+whitespaces)