mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
fix line endings
This commit is contained in:
parent
8dfc5fe41f
commit
e80e1d2484
@ -7384,6 +7384,7 @@ phdr_callback_mock (struct dl_phdr_info *info, size_t size ATTRIBUTE_UNUSED,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
auto ptr = s_phdrData.push_next();
|
||||||
if (info->dlpi_name)
|
if (info->dlpi_name)
|
||||||
{
|
{
|
||||||
size_t sz = strlen (info->dlpi_name) + 1;
|
size_t sz = strlen (info->dlpi_name) + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user