This commit is contained in:
cvs
2000-04-12 08:12:37 +00:00
parent 09207abd0f
commit 1736b2e5da
4 changed files with 103 additions and 36 deletions

View File

@@ -117,8 +117,8 @@
}
return 1;
} else { /* get case or command without parameter */
if (0==strcasecmp(argv[1], "quit")) {
iRet=CocSet(pMe->pData,argv[1],"1"); /* send quit flag */
if (0==strcasecmp(argv[1], "kill")) {
iRet=CocSet(pMe->pData,"quit","1"); /* send quit flag */
strcpy(result, "1");
} else {
iRet=CocGet(pMe->pData,argv[1],result); /* get parameter */