From 355fc2472d95f973db597ff670949363b3fd59f2 Mon Sep 17 00:00:00 2001 From: Fabian Schillinger Date: Mon, 8 Nov 2010 14:11:07 +0100 Subject: fixed typo --- src/pvs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-55-g7522