base: cleanup
This commit is contained in:
@@ -77,7 +77,7 @@ void import_arm_run_project(char *path) {
|
||||
recent_path = string_copy(string_replace_all(recent_path, "\\", "/"));
|
||||
#endif
|
||||
string_t_array_t *recent = config_raw->recent_projects;
|
||||
char_ptr_array_remove(recent, recent_path);
|
||||
string_array_remove(recent, recent_path);
|
||||
array_insert(recent, 0, recent_path);
|
||||
config_save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user