diff --git a/src/VlcTop.cpp b/src/VlcTop.cpp index 39963ed6b1..bd0f4652f9 100644 --- a/src/VlcTop.cpp +++ b/src/VlcTop.cpp @@ -127,7 +127,8 @@ void VlcTop::writeInfo(const string& filename) { int point_num = 0; for (const auto& point : sc.points()) { os << "BRDA:" << sc.lineno() << ","; - os << point->comment() << ","; + os << "0,"; + os << point->comment() << "_"; os << point_num << ","; os << point->count() << "\n";