mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-20 22:54:44 +01:00
cd: fix missed null terminator
This commit is contained in:
parent
14caeebcc7
commit
c5c5dd7132
@ -61,6 +61,7 @@ static void to_upper(char *d, const char *s)
|
||||
else
|
||||
*d = *s;
|
||||
}
|
||||
*d = 0;
|
||||
}
|
||||
|
||||
// cdd.c uses lba - 150
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user