mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: fix missed null terminator
This commit is contained in:
parent
14caeebcc7
commit
c5c5dd7132
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ static void to_upper(char *d, const char *s)
|
||||||
else
|
else
|
||||||
*d = *s;
|
*d = *s;
|
||||||
}
|
}
|
||||||
|
*d = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// cdd.c uses lba - 150
|
// cdd.c uses lba - 150
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue