mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Bug fix
This commit is contained in:
parent
b7a8b8f245
commit
5766b4e040
@ -225,7 +225,7 @@ void dm_drawBottomScreen(void) {
|
||||
if (fatLabel[0] != '\0') {
|
||||
iprintf (" (%s)", fatLabel);
|
||||
}
|
||||
printf ("\n(Slot-1 SD FAT, ", fatSize);
|
||||
printf ("\n(Slot-1 SD FAT, ");
|
||||
printBytes(fatSize);
|
||||
printf(")");
|
||||
} else if (dmAssignedOp[dmCursorPosition] == 2) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user