tiny fix
authorBrenden Matthews <brenden1@rty.ca>
Thu, 18 May 2006 00:56:18 +0000 (00:56 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Thu, 18 May 2006 00:56:18 +0000 (00:56 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@646 7f574dfc-610e-0410-a909-a81674777703

src/conky.c

index 1e5fb6b..501cc73 100644 (file)
@@ -3786,7 +3786,7 @@ static void generate_text_internal(char *p, int p_max_size, struct text_object *
 
                        /* memory stuff */
                        OBJ(mem) {
-                               human_readable(cur->mem * 1024, p, 6);
+                               human_readable(cur->mem * 1024, p, 255);
                        }
                        OBJ(memmax) {
                                human_readable(cur->memmax * 1024, p, 255);