Commit b17f12bb authored by Walter Dörwald's avatar Walter Dörwald

Fix wrong attribute name.

parent 6493699c
......@@ -233,7 +233,7 @@ class BufferedIncrementalDecoder(IncrementalDecoder):
def reset(self):
IncrementalDecoder.reset(self)
self.bytebuffer = ""
self.buffer = ""
#
# The StreamWriter and StreamReader class provide generic working
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment