Skip to content

Commit 9c6aec4

Browse files
author
rocky
committed
use load_ascii in _Unmarshaller
1 parent bd98f00 commit 9c6aec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdis/marsh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def load_null(self) -> type[_NULL]:
692692
def load_ascii(self):
693693
return self.r_byte()
694694

695-
dispatch[TYPE_ASCII] = load_null
695+
dispatch[TYPE_ASCII] = load_ascii
696696

697697
def load_binary_float(self) -> float:
698698
f = self._read(8)

0 commit comments

Comments
 (0)