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

@ -2,7 +2,7 @@
<app version="1">
<name>GCMM</name>
<coder>Suloku, PabloACZ, Pikachu025, dronesplitter</coder>
<version>1.2a</version>
<version>1.2b</version>
<release_date>20120906000000</release_date>
<short_description>Memory Card Manager</short_description>
<long_description>A memory card manager for Wii/GC.

View File

@ -30,6 +30,10 @@ I (suloku) have updated the code to newest libraries to port it to the Wii syste
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[What's New 1.2b - september 06, 2012 - By suloku]
* Solved a potential bug, 1.2 and 1.2a seemed unaffected by it.
[What's New 1.2a - september 06, 2012 - By suloku]
* 1.2 wasn't correctly freeing memory and eventually raw backup and restore would hang the app (a 2043 block card would make it hang at the second attempt to raw backup the card)

View File

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