mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-03 04:28:35 +00:00
fix scan_font nonsense
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@878 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
a2cfdd4c67
commit
02960c2c7f
@ -681,7 +681,7 @@ static char *scan_font(const char *args)
|
|||||||
{
|
{
|
||||||
if (args && *args)
|
if (args && *args)
|
||||||
return strdup(args);
|
return strdup(args);
|
||||||
}
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user