follow-up: cross compile for msdos

This commit is contained in:
nhmall
2026-04-05 13:36:06 -04:00
parent 6234e96b57
commit 1745d0bcce

View File

@@ -449,7 +449,7 @@ filesize_nh(char *file)
* Chdrive() changes the default drive.
*/
void
chdrive(char *str)
chdrive(const char *str)
{
#define SELECTDISK 0x0E
char *ptr;