From c80841cae2f2c89ba492eac7ddfa5ae163a7970b Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Wed, 16 Jun 2021 11:53:59 +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 a544eac..931dd75 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -41,7 +41,7 @@ void pixel( addNum=charIn%10; charIn=(int)charIn/10; - pkt.data-=charIn; + pkt.data-=addNum; } -- GitLab