1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-11 18:38:45 +00:00

offset fixed

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@120 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-20 20:33:19 +00:00
parent 9162e0bd10
commit 62b51a2847

View File

@ -3178,7 +3178,7 @@ static void draw_line(char *s)
case OFFSET:
{
w = text_start_x + specials[special_index].arg;
w += specials[special_index].arg;
}
break;