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

Diff of /trunk/Src/wptProgressDlg.cpp

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

revision 4 by twoaday, Sun Feb 6 11:11:40 2005 UTC revision 5 by twoaday, Mon Mar 7 13:21:36 2005 UTC
# Line 1  Line 1 
1  /* wptProgressDlg.cpp - Support for the GPG progress status  /* wptProgressDlg.cpp - Support for the GPG progress status
2   *      Copyright (C) 2003, 2004 Timo Schulz   *      Copyright (C) 2003, 2004, 2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 85  progress_cleanup (progress_filter_s * pf Line 85  progress_cleanup (progress_filter_s * pf
85      pfx->curr = 0;      pfx->curr = 0;
86      pfx->total = 0;      pfx->total = 0;
87      pfx->error = 0;      pfx->error = 0;
88        memset (pfx, 0, sizeof *pfx); /*XXX: does this really work? */
89  }  }
90    
91    

Legend:
Removed from v.4  
changed lines
  Added in v.5

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26