mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[win32] Check if cmdline_options is not NULL
This commit is contained in:
parent
a1b438a140
commit
4c3d7ecbc4
@ -77,7 +77,7 @@ static const char *keymap_2[] = {
|
||||
|
||||
#define TRACE(m...) \
|
||||
do { \
|
||||
if (get_cmd_opt_int("verbose") == 2) \
|
||||
if (cmdline_options && (get_cmd_opt_int("verbose") == 2)) \
|
||||
DBG(m); \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user