The HAPPY NEW YEAR commit
[monky] / src / diskio.c
index 75fd296..627ebcf 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  * (see AUTHORS)
  * All rights reserved.
  *
@@ -183,7 +183,7 @@ static void print_diskiograph_dir(struct text_object *obj, int dir, char *p, int
        else
                val = diskio->current_write;
 
-       new_graph(obj, p, val);
+       new_graph(obj, p, p_max_size, val);
 }
 
 void print_diskiograph(struct text_object *obj, char *p, int p_max_size)