Miscellany
public c v1 · immutable if (!id3db) { if (global_settings.show_path_in_browser == SHOW_PATH_FULL) { gui_synclist_set_title(&tree_lists, tc.currdir); } else if (global_settings.show_path_in_browser == SHOW_PATH_CURRENT) { gui_synclist_set_title(&tree_lists, tc.dirlevel > 0 ? strrchr(tc.currdir, '/') + 1 : "/"); } }