mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: convert the input thread to use lt_debug
This commit is contained in:
@@ -51,7 +51,7 @@ void lt_debug_init(void)
|
||||
int i = 0;
|
||||
char *tmp = getenv("HAL_DEBUG");
|
||||
if (! tmp)
|
||||
*tmp = getenv("TRIPLE_DEBUG"); /* backwards compatibility... */
|
||||
tmp = getenv("TRIPLE_DEBUG"); /* backwards compatibility... */
|
||||
if (! tmp)
|
||||
debuglevel = 0;
|
||||
else
|
||||
|
Reference in New Issue
Block a user