Merge branch 'gtk3' into gtk3-bugfix
This commit is contained in:
@@ -436,7 +436,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