aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/showevent
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio/showevent')
-rw-r--r--src/cmd/rio/showevent/ShowEvent.c2
-rw-r--r--src/cmd/rio/showevent/sample.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/rio/showevent/ShowEvent.c b/src/cmd/rio/showevent/ShowEvent.c
index 56f620d5..12942e11 100644
--- a/src/cmd/rio/showevent/ShowEvent.c
+++ b/src/cmd/rio/showevent/ShowEvent.c
@@ -68,7 +68,7 @@ Time time;
unsigned long min;
unsigned long hr;
unsigned long day;
- static char buffer[32];
+ static char buffer[50];
msec = time % 1000;
time /= 1000;
diff --git a/src/cmd/rio/showevent/sample.c b/src/cmd/rio/showevent/sample.c
index 7b22e970..9ad8c639 100644
--- a/src/cmd/rio/showevent/sample.c
+++ b/src/cmd/rio/showevent/sample.c
@@ -45,4 +45,3 @@ char **argv;
printf("\n\n");
}
}
-