diff --git a/pixel.cpp b/pixel.cpp
index 6806a1669400c518133a60da49520eac80232cee..716b555a36c7db8dbda82880a7f2c60238f2fc55 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;
 
     }