mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
SCP: Word order in "set def" error
This commit is contained in:
parent
3364fe6f19
commit
57837528ae
2
scp.c
2
scp.c
@ -7302,7 +7302,7 @@ gbuf[sizeof(gbuf)-1] = '\0';
|
||||
strlcpy (gbuf, cptr, sizeof(gbuf));
|
||||
sim_trim_endspc(gbuf);
|
||||
if (sim_chdir(gbuf) != 0)
|
||||
return sim_messagef(SCPE_IOERR, "Unable to directory change to: %s\n", gbuf);
|
||||
return sim_messagef(SCPE_IOERR, "Unable to change directory to: %s\n", gbuf);
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user