1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-12 19:06:36 +00:00

Bugfix: didn't work

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1143 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Nikolas Garofil 2008-06-08 11:16:51 +00:00
parent a306817910
commit 26bea66044
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2008-06-08
* Bugfix, $memgraph wasn't working
2008-06-07
* Fix bug where DEV_NAME can read uninitialised memory
* Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for

View File

@ -5523,7 +5523,7 @@ static void generate_text_internal(char *p, int p_max_size,
OBJ(memgraph) {
new_graph(p, obj->a, obj->b, obj->c, obj->d,
cur->memmax ? (cur->mem * 100.0) / (cur->memmax) : 0.0,
100, 0);
100, 1);
}
/* mixer stuff */