Treat no match as a failure. This is the normal behaviour on SunOS.
This commit is contained in:
parent
cf91630f75
commit
588fb5df8a
@ -127,6 +127,7 @@ char **argv;
|
||||
default:
|
||||
fprintf(stderr, "Can't match key %s in map %s. Reason: %s\n",
|
||||
inkey, inmap, yperr_string(r));
|
||||
exit(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user