Skip to content

Commit

Permalink
Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
rssor committed May 1, 2024
2 parents c20b29f + ceaa36a commit 96c1336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ impl fmt::Debug for Type {
BNGetTypeLines(
self.handle,
container,
"".as_ptr() as *const c_char,
"\x00".as_ptr() as *const c_char,
64,
false,
BNTokenEscapingType::NoTokenEscapingType,
Expand Down

0 comments on commit 96c1336

Please sign in to comment.