mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
SCP: Word order in "set def" error
This commit is contained in:
parent
3f76409470
commit
fd2df7607f
2
scp.c
2
scp.c
@ -7507,7 +7507,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