Skip to content

Commit 96c1336

Browse files
committed
Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api into dev
2 parents c20b29f + ceaa36a commit 96c1336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ impl fmt::Debug for Type {
12361236
BNGetTypeLines(
12371237
self.handle,
12381238
container,
1239-
"".as_ptr() as *const c_char,
1239+
"\x00".as_ptr() as *const c_char,
12401240
64,
12411241
false,
12421242
BNTokenEscapingType::NoTokenEscapingType,

0 commit comments

Comments
 (0)