Merge master into gtk3
This commit is contained in:
@@ -435,7 +435,7 @@ Gtk::TreePath DirBrowser::expandToDir (const Glib::ustring& absDirPath)
|
||||
}
|
||||
|
||||
count++;
|
||||
dir = strtok(NULL, "/\\");
|
||||
dir = strtok(nullptr, "/\\");
|
||||
}
|
||||
|
||||
free(dcpy);
|
||||
|
Reference in New Issue
Block a user