From 0e889fc6eba887dc550af86b91d1c599a4421930 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Sat, 12 Jun 2021 14:28:42 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pixel.cpp b/pixel.cpp
index f252f49..500cfe7 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -60,6 +60,8 @@ void pixel(
 
 	if (count_streams == stream_count){
 		count_streams = 0;
+        charIn=0;
+        addNum=0;
         // asciiVal= convertBinInt(asciiNum);
         // pkt.data=asciiVal;
         // dout.write(pkt);
-- 
GitLab