mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Don't create a string from NULL.
This commit is contained in:
parent
844c32ec67
commit
f2844bf0a3
@ -644,7 +644,7 @@ tab_chapters::load(wxString name) {
|
||||
source_is_simple_format = false;
|
||||
|
||||
} else {
|
||||
new_chapters = parse_chapters(wxMBL(name), 0, -1, 0, NULL, NULL, true,
|
||||
new_chapters = parse_chapters(wxMBL(name), 0, -1, 0, "", "", true,
|
||||
&source_is_simple_format);
|
||||
source_is_kax_file = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user