Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Remove faulty "backup"
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Dec 1, 2018
1 parent e7fcf96 commit abf836c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/patcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ s32 patchMail() {
return error;
}

s32 copyingError = NAND_WriteFile("/shared2/wc24/nwc24msg.cbk", fileBufferNWC24MSG, 0x400, false);
if (copyingError < 0) {
printf("The nwc24msg.cfg file couldn't be backed up.\n");
return copyingError;
}
// s32 copyingError = NAND_WriteFile("/shared2/wc24/nwc24msg.cbk", fileBufferNWC24MSG, 0x400, false);
// if (copyingError < 0) {
// printf("The nwc24msg.cfg file couldn't be backed up.\n");
// return copyingError;
// }
memcpy(&fileUnionNWC24MSG, fileBufferNWC24MSG, 0x400);

// Separate the file magic and checksum
Expand Down

0 comments on commit abf836c

Please sign in to comment.