mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
get rid of annoying warning
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@416 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
7bca55fa56
commit
00e60c32d7
@ -341,7 +341,7 @@ int check_mount(char *s)
|
||||
|
||||
|
||||
#ifdef X11
|
||||
static inline int calc_text_width(const char *s, unsigned int l)
|
||||
static inline int calc_text_width(const char *s, int l)
|
||||
{
|
||||
#ifdef XFT
|
||||
if (use_xft) {
|
||||
|
Loading…
Reference in New Issue
Block a user