diff --git a/src/common/xml_element_parser.cpp b/src/common/xml_element_parser.cpp index a15d4e665..166fbe1fd 100644 --- a/src/common/xml_element_parser.cpp +++ b/src/common/xml_element_parser.cpp @@ -122,7 +122,8 @@ el_get_time(parser_data_t *pdata, strip(*pdata->bin); if (!parse_timecode(*pdata->bin, usec)) - xmlp_error(pdata, errmsg, pdata->bin->c_str(), timecode_parser_error); + xmlp_error(pdata, errmsg, pdata->bin->c_str(), + timecode_parser_error.c_str()); *(static_cast(el)) = usec; }