Skip to content
Snippets Groups Projects
Commit 5919a93e authored by Constantin Papizh's avatar Constantin Papizh
Browse files

copy-paste error fox

parent f91fb3b3
No related branches found
No related tags found
1 merge request!24Support 3689
......@@ -268,7 +268,7 @@ int dap_common_init( const char *console_title, const char *a_log_file )
goto err;
log_strs = (dap_log_str_t *)DAP_MALLOC( DAP_LOG_MAX_STRINGS * sizeof(dap_log_str_t) * 2 );
if ( !log_history )
if ( !log_strs )
goto err;
for ( uint32_t i = 0; i < DAP_LOG_MAX_STRINGS * 2; ++ i ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment