Skip to content

Commit b7b61c0

Browse files
committed
fixed to LINE1 the Involuntari Context Switches value in process.pm
1 parent 1dc94fb commit b7b61c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/process.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ sub process_cgi {
12811281
$str = trim((split(',', $process->{desc}->{$p} || ""))[0]) || $p;
12821282
$str =~ s/:/\\:/g; # escape colons
12831283
push(@tmpz, "LINE2:vcs" . $n . $LC[$n] . ":$str");
1284-
push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]);
1284+
push(@tmpz, "LINE1:n_ics" . $n . $LC[$n]);
12851285
$str = sprintf("%-20s", substr($str, 0, 20));
12861286
push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str");
12871287
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\:%7.1lf");

0 commit comments

Comments
 (0)