diff --git a/wave2uef.py b/wave2uef.py index 98de32d..305be19 100755 --- a/wave2uef.py +++ b/wave2uef.py @@ -189,7 +189,7 @@ def state_sync(stream, chunks): def state_carrier(stream, chunks): chunks.append(CarrierChunk()) - chunks[-1].start = stream.tell() + chunks[-1].start = chunks[-1].end = stream.tell() try: # A byte consists of a start bit (0), eight data bits, and a stop bit