Date: Sat, 17 Jan 2009 19:45:16 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 156299 for review Message-ID: <200901171945.n0HJjGrb017145@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156299 Change 156299 by rwatson@rwatson_freebsd_capabilities on 2009/01/17 19:44:50 Gosh darn it, another typo in the *same* printf line. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/usr.bin/procstat/procstat_files.c#9 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/usr.bin/procstat/procstat_files.c#9 (text+ko) ==== @@ -324,7 +324,7 @@ break; case KF_TYPE_PROCDESC: - printf("%-3 %d", "-", kif->kf_pid); + printf("%-3s %d", "-", kif->kf_pid); break; default:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901171945.n0HJjGrb017145>