Bugfix on query result (using wrong field)
This commit is contained in:
parent
a0c94e0974
commit
e0d6879f6b
|
@ -152,7 +152,7 @@ std::string CarlaRecorderQuery::QueryInfo(std::string Filename, bool bShowAll)
|
|||
for (i = 0; i < Total; ++i)
|
||||
{
|
||||
EventParent.Read(File);
|
||||
Info << " Parenting " << EventParent.DatabaseId << " with " << EventParent.DatabaseId <<
|
||||
Info << " Parenting " << EventParent.DatabaseId << " with " << EventParent.DatabaseIdParent <<
|
||||
" (parent)\n";
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue