summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-08 14:11:07 +0100
committerFabian Schillinger2010-11-08 14:11:07 +0100
commit355fc2472d95f973db597ff670949363b3fd59f2 (patch)
tree732d6701130441a3264bddc1b342a7dd816726e5 /src
parentMerge branch 'master' of openslx.org:pvs (diff)
downloadpvs-355fc2472d95f973db597ff670949363b3fd59f2.tar.gz
pvs-355fc2472d95f973db597ff670949363b3fd59f2.tar.xz
pvs-355fc2472d95f973db597ff670949363b3fd59f2.zip
fixed typo
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)