/[winpt]/trunk/Src/wptGPGME.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGME.cpp

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

revision 254 by twoaday, Tue Jun 20 09:18:44 2006 UTC revision 255 by twoaday, Tue Aug 1 16:37:23 2006 UTC
# Line 58  keycache_not_available (void) Line 58  keycache_not_available (void)
58  void  void
59  keycache_release (int cleanup)  keycache_release (int cleanup)
60  {  {
     int n = gpg_keycache_get_size (pub);  
61      char tmpbuf[64];      char tmpbuf[64];
62        int n = gpg_keycache_get_size (pub);
63    
64      /* XXX: update the value when the cache has changed. */      /* XXX: update the value when the cache has changed. */
65      sprintf (tmpbuf, "%d", n);      sprintf (tmpbuf, "%d", n);

Legend:
Removed from v.254  
changed lines
  Added in v.255

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26