This commit is contained in:
zolliker
2004-12-01 10:18:51 +00:00
parent 21b16de82a
commit 092eaaaa2f

View File

@ -1471,7 +1471,7 @@ static pEVControl InstallCommonControllers(SicsInterp *pSics,
/* error message is already written */
return 0;
}
Arg2Text(argc-2, argv+2, pBueffel, sizeof pBueffel);
Arg2Text(argc-3, argv+3, pBueffel, sizeof pBueffel);
pNew->creationArgs = strdup(pBueffel);
EVRegisterController(FindEMON(pSics),argv[2],pNew, pCon);