Skip to content

Commit

Permalink
Detected string
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Dec 16, 2023
1 parent fc8d4d1 commit 692f81a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Structures/StructProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ void StructProperties::read(FileFormatVersion /* aVersion */)

spdlog::trace("ref = {}", ref);

// @todo Probably a string
ds.assumeData({0x00, 0x00, 0x00}, fmt::format("{}: 0", getMethodName(this, __func__)));
const std::string some_str = ds.readStringLenZeroTerm();

spdlog::trace("some_str = {}", some_str);

localFutureLst.checkpoint();

Expand Down

0 comments on commit 692f81a

Please sign in to comment.