Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
rolled back refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tst-basilhuffman committed Apr 5, 2021
1 parent f9cd854 commit f8ff4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earth_enterprise/src/fusion/gst/gstAssetGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const char* shortAssetName(const char* n) {
auto pos = saname.rfind(elem);
if (pos != std::string::npos)
{
saname = saname.substr(0,pos);
saname.erase(saname.begin() + pos, saname.end());
break;
}
}
Expand Down

0 comments on commit f8ff4a2

Please sign in to comment.