mirror of
https://github.com/suloku/gcmm.git
synced 2026-09-09 03:45:15 -05:00
Solved bug produced by a previous version of getserial()... it didn't affect the program's functionality though
This commit is contained in:
@@ -47,7 +47,6 @@ void getserial(u8 *serial)
|
||||
|
||||
serial[i] = cardheader.serial[i];
|
||||
}
|
||||
serial[13]="\0";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user