Fix derp
This commit is contained in:
parent
8fc797120f
commit
5de54d6f9f
@ -107,7 +107,7 @@ void detectAndProcessExceptionDumps(void)
|
|||||||
char *pathFolder = dumpHeader->processor == 9 ? "/luma/dumps/arm9" : "/luma/dumps/arm11";
|
char *pathFolder = dumpHeader->processor == 9 ? "/luma/dumps/arm9" : "/luma/dumps/arm11";
|
||||||
|
|
||||||
findDumpFile(pathFolder, fileName);
|
findDumpFile(pathFolder, fileName);
|
||||||
memcpy(path, pathFolder, strlen(pathFolder));
|
memcpy(path, pathFolder, strlen(pathFolder) + 1);
|
||||||
concatenateStrings(path, "/");
|
concatenateStrings(path, "/");
|
||||||
concatenateStrings(path, fileName);
|
concatenateStrings(path, fileName);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user