Skip to content
Snippets Groups Projects
Commit 687e8c26 authored by Majd Hafiri's avatar Majd Hafiri
Browse files

Update pixel.cpp

parent 6af52369
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@ void pixel(
addNum=charIn%10;
charIn=(int)charIn/10;
pkt.data-=addNum;
pkt.data = convertBinInt((convert(pkt.data)/10)*10+addNum)
// pkt.data-=addNum;
}
......@@ -77,3 +78,4 @@ long long toAscii(int c) {
return bin;
}
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