mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-03-10 11:48:14 -07:00
VertexLoader: avoid empty lines in perf-$pid.map
This commit is contained in:
@@ -109,7 +109,8 @@ void AppendListToString(std::string *dest)
|
||||
dest->reserve(dest->size() + total_size);
|
||||
for (const entry& entry : entries)
|
||||
{
|
||||
dest->append(entry.text);
|
||||
*dest += entry.text;
|
||||
*dest += '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user