1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

linkstatus formatting

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@779 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-15 20:35:32 +00:00
parent ef3d0a19fe
commit b85f8a65bc

View File

@ -3451,7 +3451,7 @@ static void generate_text_internal(char *p, int p_max_size, struct text_object *
obj->data.net->linkstatus);
} else
{
snprintf(p, 6, "%d ",
snprintf(p, 5, "%4d ",
obj->data.net->linkstatus);
}
}