summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/print.c')
-rw-r--r--bin/ps/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 514e831..bfc6c8a 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: print.c,v 1.21 1997/04/29 05:26:05 jkh Exp $
+ * $Id: print.c,v 1.22 1997/08/03 08:25:00 peter Exp $
*/
#ifndef lint
@@ -376,7 +376,7 @@ lstarted(k, ve)
(void)printf("%-*s", v->width, "-");
return;
}
- (void)strftime(buf, sizeof(buf) -1, "%C",
+ (void)strftime(buf, sizeof(buf) -1, "%c",
localtime(&k->ki_u.u_start.tv_sec));
(void)printf("%-*s", v->width, buf);
}
OpenPOWER on IntegriCloud