We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc94fb commit b7b61c0Copy full SHA for b7b61c0
lib/process.pm
@@ -1281,7 +1281,7 @@ sub process_cgi {
1281
$str = trim((split(',', $process->{desc}->{$p} || ""))[0]) || $p;
1282
$str =~ s/:/\\:/g; # escape colons
1283
push(@tmpz, "LINE2:vcs" . $n . $LC[$n] . ":$str");
1284
- push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]);
+ push(@tmpz, "LINE1:n_ics" . $n . $LC[$n]);
1285
$str = sprintf("%-20s", substr($str, 0, 20));
1286
push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str");
1287
push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\:%7.1lf");
0 commit comments