summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmon.c b/src/vmon.c
index ebac3a1..bb8e3a2 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -524,7 +524,7 @@ static int vmon_snapshot(vmon_t *vmon)
struct tm *start_time;
char start_str[32];
char path[4096];
- char name[17] = {};
+ char name[200] = {};
FILE *output;
int r;
© All Rights Reserved