Revision: 7173
          http://svn.sourceforge.net/mahogany/?rev=7173&view=rev
Author:   vadz
Date:     2006-12-17 17:15:54 -0800 (Sun, 17 Dec 2006)

Log Message:
-----------
fix homedev index in mailboxfile()

Modified Paths:
--------------
    trunk/M/lib/imap/src/osdep/nt/env_nt.c

Modified: trunk/M/lib/imap/src/osdep/nt/env_nt.c
===================================================================
--- trunk/M/lib/imap/src/osdep/nt/env_nt.c      2006-12-18 00:09:08 UTC (rev 
7172)
+++ trunk/M/lib/imap/src/osdep/nt/env_nt.c      2006-12-18 01:15:54 UTC (rev 
7173)
@@ -604,7 +604,7 @@
   if (dir[0] && isalpha (dir[0]) && (dir[1] == ':')) {
     homedev[0] = dir[0];       /* copy home device */
     homedev[1] = dir[1];
-    homedev[3] = '\0';
+    homedev[2] = '\0';
   }
   else homedev[0] = '\0';      /* ??no home device?? */
   *dst = '\0';                 /* default to empty string */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to