make style
This commit is contained in:
parent
a1ef329962
commit
4817a6e5c9
@ -438,7 +438,7 @@ write_card(int write_block_zero)
|
|||||||
// Make sure a earlier write did not fail
|
// Make sure a earlier write did not fail
|
||||||
if (!bFailure) {
|
if (!bFailure) {
|
||||||
// Try to write the data block
|
// Try to write the data block
|
||||||
if(bFormatCard && uiBlock)
|
if (bFormatCard && uiBlock)
|
||||||
memset(mp.mpd.abtData, 0x00, 16);
|
memset(mp.mpd.abtData, 0x00, 16);
|
||||||
else
|
else
|
||||||
memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16);
|
memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user