Solved bug produced by a previous version of getserial()... it didn't affect the program's functionality though

This commit is contained in:
sulokutdcmago
2012-09-06 10:11:27 +00:00
parent 4002756d8b
commit b2d51a48ed
3 changed files with 5 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ void getserial(u8 *serial)
serial[i] = cardheader.serial[i];
}
serial[13]="\0";
}