Skip to content

Commit

Permalink
Skip toggle comments for now
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <[email protected]>
  • Loading branch information
tgorochowik committed Dec 31, 2024
1 parent 1dee77b commit 64a1d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VlcTop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ void VlcTop::writeInfo(const string& filename) {
for (const auto& point : sc.points()) {
os << "BRDA:" << sc.lineno() << ",";
os << "0,";
os << point->comment() << "_";
if (point->comment().rfind("toggle") != 0)
os << point->comment() << "_";
os << point_num << ",";
os << point->count() << "\n";

Expand Down

0 comments on commit 64a1d60

Please sign in to comment.