Skip to content
Snippets Groups Projects
Commit c80841ca authored by Vipin Thomas's avatar Vipin Thomas
Browse files

Update pixel.cpp

parent b93bef56
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ void pixel(
addNum=charIn%10;
charIn=(int)charIn/10;
pkt.data-=charIn;
pkt.data-=addNum;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment