/[winpt]/trunk/MyGPGME/editcard.c
ViewVC logotype

Diff of /trunk/MyGPGME/editcard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by twoaday, Mon Apr 4 07:01:43 2005 UTC revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC
# Line 93  changepin_command_handler (void * opaque Line 93  changepin_command_handler (void * opaque
93      if( !c || ctx->out_of_core )      if( !c || ctx->out_of_core )
94          return NULL;          return NULL;
95    
96      DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);      /*DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);*/
97    
98      if (ON_EVENT (STATUS_GET_LINE, "cardctrl.insert_card_okay"))      if (ON_EVENT (STATUS_GET_LINE, "cardctrl.insert_card_okay"))
99      {      {
# Line 166  editcard_command_handler (void * opaque, Line 166  editcard_command_handler (void * opaque,
166      gpgme_ctx_t ctx = opaque;      gpgme_ctx_t ctx = opaque;
167      gpgme_editcard_t c = ctx->edit_opaque;      gpgme_editcard_t c = ctx->edit_opaque;
168            
169      DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);      /*DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);*/
170    
171      if (!c || ctx->out_of_core)      if (!c || ctx->out_of_core)
172          return NULL;          return NULL;

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26