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

Diff of /trunk/Src/wptKeygenCBDlg.cpp

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

revision 443 by twoaday, Tue Oct 13 10:51:21 2009 UTC revision 444 by twoaday, Sat Apr 14 17:08:57 2012 UTC
# Line 92  void Line 92  void
92  keygen_cb (void *opaque, const char *what, int type, int curretn, int total)  keygen_cb (void *opaque, const char *what, int type, int curretn, int total)
93  {  {
94      static char cb[8192] = {0};      static char cb[8192] = {0};
95      static int cb_pos = 0;      static unsigned int cb_pos = 0;
96            
97      if (!opaque && !what && !type && !curretn && !total) {      if (!opaque && !what && !type && !curretn && !total) {
98          memset (cb, 0, sizeof (cb));          memset (cb, 0, sizeof (cb));
# Line 126  keygen_cb_dlg_destroy (int flush) Line 126  keygen_cb_dlg_destroy (int flush)
126      if (flush)      if (flush)
127          keygen_cb (NULL, NULL, 0, 0, 0);          keygen_cb (NULL, NULL, 0, 0, 0);
128  }  }
   

Legend:
Removed from v.443  
changed lines
  Added in v.444

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26