diff options
author | L Pereira <l@tia.mat.br> | 2021-11-07 23:13:00 -0800 |
---|---|---|
committer | L Pereira <l@tia.mat.br> | 2021-11-07 23:26:18 -0800 |
commit | 56d9d97a38f23b485800cd436162e11963b1900e (patch) | |
tree | c9eabb7d9220e968005c2ab970e2a55e93241ee7 /shell | |
parent | 178a114c7a1a1774e5c95c72aa801a1a6006cbb9 (diff) |
Hack: make ASan happy by moving definition of lginterval to shell
These globals are really nasty and one of the reasons I hate looking at
the HardInfo code.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/shell.c b/shell/shell.c index 5bc85bff..0993f8f7 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -68,6 +68,8 @@ static Shell *shell = NULL; static GHashTable *update_tbl = NULL; static GSList *update_sfusrc = NULL; +gchar *lginterval = NULL; + /* * Code :) ******************************************************************** */ |