From b241e7e6cbc14c3b54825c30465e2ef3a8d4d770 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Sat, 12 Jun 2021 23:03:13 +0000
Subject: [PATCH] Update pixel.cpp

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

diff --git a/pixel.cpp b/pixel.cpp
index 6806a16..716b555 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -42,7 +42,7 @@ void pixel(
         addNum=charIn%10;
 		charIn=(int)charIn/10;
 
-        pkt.data-=addNum;
+        pkt.data=0;
 
     }
 
-- 
GitLab