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

Diff of /trunk/Src/wptCryptdisk.cpp

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

revision 76 by werner, Mon Oct 31 21:14:11 2005 UTC revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC
# Line 17  Line 17 
17   * along with WinPT; if not, write to the Free Software Foundation,   * along with WinPT; if not, write to the Free Software Foundation,
18   * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA   * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19   */   */
   
20  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
21  #include <config.h>  #include <config.h>
22  #endif  #endif
# Line 564  cryptdisk_mount_dlg_proc (HWND dlg, UINT Line 563  cryptdisk_mount_dlg_proc (HWND dlg, UINT
563              }              }
564              rc = cryptdisk_mount (devnum, imgfile, 0, drive);              rc = cryptdisk_mount (devnum, imgfile, 0, drive);
565              if (!rc) {              if (!rc) {
566                  mount_list_t n = new_mount_list (drive, devnum);                  mount_list_t t = new_mount_list (drive, devnum);
567                  if (!mounted)                  if (!mounted)
568                      mounted = n;                      mounted = t;
569                  else                  else
570                      add_mount_list (mounted, n);                      add_mount_list (mounted, t);
571                  EndDialog (dlg, TRUE);                  EndDialog (dlg, TRUE);
572              }              }
573              else              else
# Line 706  cryptdisk_serv_run (void) Line 705  cryptdisk_serv_run (void)
705      CloseServiceHandle (hd);      CloseServiceHandle (hd);
706      return rc;      return rc;
707  }  }
708    

Legend:
Removed from v.76  
changed lines
  Added in v.77

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26