Skip to content

Commit

Permalink
Fixed compilation error when FTK_OPT_DATA_DIR defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kazanzides committed Apr 9, 2024
1 parent 22eb00b commit 4707e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/code/mtsAtracsysFusionTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void mtsAtracsysFusionTrack::Configure(const std::string & filename)
if ((ftkGetData(m_internals->m_library, m_internals->m_sn,
FTK_OPT_DATA_DIR, &buffer ) == FTK_ERROR_NS::FTK_OK) && (buffer.size > 0)) {
std::string ftkPath(reinterpret_cast<char*>(buffer.data));
configPath.Add(ftkPath);
m_path.Add(ftkPath);
}
#endif

Expand Down

0 comments on commit 4707e4a

Please sign in to comment.