Skip to content

Commit

Permalink
Disabling the check for printer clear created infinite growth
Browse files Browse the repository at this point in the history
  • Loading branch information
GXTX authored Jun 24, 2022
1 parent 7a380f3 commit 8af32cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Includes/CardIo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ void CardIo::Command_7C_PrintL()
case 3:
{
// FIXME: It seems the phyiscal readers ignore this, or have the ability to split between print "steps", either way, disable this for now
/*if (control == BufferControl::Clear) {
//if (control == BufferControl::Clear) {
printBuffer.clear();
}*/
//}

std::copy(currentPacket.begin() + 3, currentPacket.end(), std::back_inserter(printBuffer));

Expand Down

0 comments on commit 8af32cb

Please sign in to comment.