When reading code models, allow only a single model pere command

(as was implicitely assumed anyway).
This commit is contained in:
Holger Vogt 2024-06-09 17:25:30 +02:00
parent 2874fbae5b
commit 08ac17bd0a
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ struct comm spcp_coms[] = {
NULL,
"node node ... : Print all event nodes." },
{ "codemodel", com_codemodel, FALSE, TRUE,
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, 1,
NULL,
"library library ... : Loads the code model libraries." } ,
#endif