OSDN Git Service

move comment
authorcgf <cgf>
Fri, 6 May 2005 21:09:58 +0000 (21:09 +0000)
committercgf <cgf>
Fri, 6 May 2005 21:09:58 +0000 (21:09 +0000)
winsup/cygwin/path.cc

index afcd9dd..2b64989 100644 (file)
@@ -1516,8 +1516,6 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
       goto out_no_chroot_check;
     }
 
-  /* Check if the cygdrive prefix was specified.  If so, just strip
-     off the prefix and transform it into an MS-DOS path. */
   MALLOC_CHECK;
   if (isproc (src_path))
     {
@@ -1529,6 +1527,8 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
       strcpy (dst, src_path);
       goto out;
     }
+  /* Check if the cygdrive prefix was specified.  If so, just strip
+     off the prefix and transform it into an MS-DOS path. */
   else if (iscygdrive (src_path))
     {
       int n = mount_table->cygdrive_len - 1;