mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 12:10:03 +00:00
Whoops. Didn't see that coming.
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@915 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
116ff7b661
commit
73869df9af
@ -2138,7 +2138,11 @@ static struct text_object *construct_text_object(const char *s, const char *arg,
|
|||||||
END OBJ(acpitempf, 0) obj->data.i = open_acpi_temperature(arg);
|
END OBJ(acpitempf, 0) obj->data.i = open_acpi_temperature(arg);
|
||||||
END OBJ(acpiacadapter, 0)
|
END OBJ(acpiacadapter, 0)
|
||||||
#endif /* !__OpenBSD__ */
|
#endif /* !__OpenBSD__ */
|
||||||
|
#ifdef __OpenBSD__
|
||||||
|
OBJ(freq, INFO_FREQ)
|
||||||
|
#else
|
||||||
END OBJ(freq, INFO_FREQ)
|
END OBJ(freq, INFO_FREQ)
|
||||||
|
#endif
|
||||||
get_cpu_count();
|
get_cpu_count();
|
||||||
if (!arg
|
if (!arg
|
||||||
|| !isdigit(arg[0])
|
|| !isdigit(arg[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user