1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 09:08:25 +00:00

solve warnings

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1221 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Nikolas Garofil 2008-07-09 23:05:48 +00:00
parent 2574d2cf30
commit 47462b5d1e

View File

@ -819,9 +819,8 @@ static char *scan_graph(const char *args, int *w, int *h,
unsigned int *first_colour, unsigned int *last_colour,
unsigned int *scale, char *showaslog)
{
char *nographtype;
const char *nographtype;
char buf[64];
char showaslogbuf[strlen(NORMGRAPH)+1];
buf[0] = 0;
/* zero width means all space that is available */