hi!
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user