From 62b51a2847f08ad93258a2650457e9a732400f9d Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 20 Aug 2005 20:33:19 +0000 Subject: [PATCH] offset fixed git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@120 7f574dfc-610e-0410-a909-a81674777703 --- conky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conky.c b/conky.c index d1de4952..98230a3a 100644 --- a/conky.c +++ b/conky.c @@ -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;