=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/oxmisc2.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- OpenXM/src/kan96xx/plugin/oxmisc2.c 2003/12/06 02:35:54 1.20 +++ OpenXM/src/kan96xx/plugin/oxmisc2.c 2004/03/01 07:19:45 1.21 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc2.c,v 1.19 2003/11/17 08:49:16 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc2.c,v 1.20 2003/12/06 02:35:54 takayama Exp $ */ #include #include "ox_kan.h" #include "oxmisc2.h" /* This file requires sm1 object description. */ @@ -252,6 +252,10 @@ int oxReq(oxclientp client,int func,struct object ob) break; case SM_dupErrors: oxReqSingleOperand(client->datafp2,SM_dupErrors); + client->dstate = DSTATE_ANY; + break; + case SM_pushCMOtag: + oxReqSingleOperand(client->datafp2,SM_pushCMOtag); client->dstate = DSTATE_ANY; break; default: