Skip to content
Snippets Groups Projects
Commit 579f58e4 authored by Station's avatar Station
Browse files

remove slash. bug

parent 7d27902f
No related branches found
No related tags found
1 merge request!19remove slash. bug
......@@ -179,7 +179,7 @@ int main( int argc, const char **argv )
dap_mkdir_with_parents( l_log_file_path );
#if !DAP_RELEASE
dap_sprintf( l_log_file_path, "/%s_logs.txt", DAP_APP_NAME );
dap_sprintf( l_log_file_path, "%s_logs.txt", DAP_APP_NAME );
#else
dap_sprintf( l_log_file_path + path_len + sizeof(SYSTEM_LOGS_DIR) - 1, "/%s_logs.txt", DAP_APP_NAME );
#endif
......
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