Don't create a string from NULL.

This commit is contained in:
Moritz Bunkus 2004-12-27 17:21:26 +00:00
parent 844c32ec67
commit f2844bf0a3

View File

@ -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;
}