mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-30 02:28:31 +00:00
b79d465ed3
Unfortunately we can't use logging.h directly from conky as its in C++ and lua bindings only have access to a C compiler. Instead we now have a very simple C implementation of logging.h to use within the bindings. This change also adds NULL checks to catch some extra invalid states