mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
move units left
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@681 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
e26a4dd4d5
commit
7b67b4b12d
@ -3953,7 +3953,7 @@ static void generate_text_internal(char *p, int p_max_size, struct text_object *
|
|||||||
} else if (unit == '*') {
|
} else if (unit == '*') {
|
||||||
snprintf(p, p_max_size, "%s", temp);
|
snprintf(p, p_max_size, "%s", temp);
|
||||||
} else {
|
} else {
|
||||||
snprintf(p, p_max_size, "%s %c", temp, unit);
|
snprintf(p, p_max_size, "%s%c", temp, unit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
OBJ(offset) {
|
OBJ(offset) {
|
||||||
|
Loading…
Reference in New Issue
Block a user