host fst - JudgeName doesn't necessarily have a pathname.

This commit is contained in:
Kelvin Sherlock 2018-07-24 09:16:03 -04:00
parent e886532dbe
commit efbd79264d
2 changed files with 1 additions and 2 deletions

View File

@ -2607,7 +2607,6 @@ void host_fst(void) {
case 0x02:
case 0x05:
case 0x06:
case 0x07:
case 0x0b:
case 0x10:
path1 = get_path1();

View File

@ -2672,6 +2672,7 @@ void host_fst(void) {
fprintf(stderr, "Host FST: %04x %s", call, call_name(call));
if (call & 0x8000) {
fputs("\n", stderr);
// system level.
switch(call) {
case 0x8001:
@ -2719,7 +2720,6 @@ void host_fst(void) {
case 0x02:
case 0x05:
case 0x06:
case 0x07:
case 0x0b:
case 0x10:
path1 = get_path1();