mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix warning in fcopy
This commit is contained in:
parent
9d5e205a78
commit
60736a5fcd
@ -186,7 +186,7 @@ int fcopy(const char *sourcePath, const char *destinationPath) {
|
||||
font->print(-1, 1, false, "]");
|
||||
|
||||
off_t offset = 0;
|
||||
int numr;
|
||||
size_t numr;
|
||||
while (1) {
|
||||
scanKeys();
|
||||
if (keysHeld() & KEY_B) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user