mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-14 22:34:26 +00:00
Fix invalid chapter names for unnumbered manual sections.
This commit is contained in:
@@ -57,8 +57,9 @@ TracyManualData::TracyManualData()
|
||||
chapterNames.resize( level );
|
||||
}
|
||||
levels[level - 1]++;
|
||||
chapterNames[level - 1] = line.substr( level + 1 );
|
||||
}
|
||||
|
||||
chapterNames[level - 1] = line.substr( level + 1 );
|
||||
}
|
||||
}
|
||||
pos = next + 1;
|
||||
|
||||
Reference in New Issue
Block a user