mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-31 17:23:25 +02:00
Merge pull request #4 from vobe/master
Prevent segfault while scanning for MP3 files
This commit is contained in:
@@ -61,6 +61,7 @@ static void to_upper(char *d, const char *s)
|
||||
else
|
||||
*d = *s;
|
||||
}
|
||||
*d = 0;
|
||||
}
|
||||
|
||||
// cdd.c uses lba - 150
|
||||
|
||||
Reference in New Issue
Block a user