From 8eb058064c63095e623a5853cbe21b567e62989c Mon Sep 17 00:00:00 2001
From: Thomas Harte <thomas.harte@gmail.com>
Date: Mon, 9 May 2016 07:42:26 -0400
Subject: [PATCH] Fixed: ensured that the attempt to plot a misplaced write
 occurs correctly.

---
 Outputs/CRT/Internals/CRTInputBufferBuilder.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Outputs/CRT/Internals/CRTInputBufferBuilder.cpp b/Outputs/CRT/Internals/CRTInputBufferBuilder.cpp
index ebf36ae4b..652a7db82 100644
--- a/Outputs/CRT/Internals/CRTInputBufferBuilder.cpp
+++ b/Outputs/CRT/Internals/CRTInputBufferBuilder.cpp
@@ -59,6 +59,8 @@ void CRTInputBufferBuilder::reduce_previous_allocation_to(size_t actual_length)
 		_write_target_pointer = 1;
 		_last_allocation_amount = actual_length;
 		_next_write_x_position = (uint16_t)(actual_length + 2);
+		_write_x_position = 1;
+		_write_y_position = 0;
 	}
 
 	// book end the allocation with duplicates of the first and last pixel, to protect