This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Use the user supplied cygdrive prefix


On Sun, Mar 06, 2005 at 10:51:56PM +0200, Pavel Tsekov wrote:
>2005-03-06  Pavel Tsekov  <ptsekov@gmx.net>
>
>	* path.cc (mount_info::read_cygdrive_info_from_registry):
>	Use the user prefix if it exists.

>Index: path.cc
>===================================================================
>RCS file: /cvs/src/src/winsup/cygwin/path.cc,v
>retrieving revision 1.351
>diff -u -p -r1.351 path.cc
>--- path.cc	6 Mar 2005 20:15:07 -0000	1.351
>+++ path.cc	6 Mar 2005 20:51:24 -0000
>@@ -1956,6 +1956,7 @@ mount_info::read_cygdrive_info_from_regi
> 	cygdrive_flags |= MOUNT_SYSTEM;
>       slashify (cygdrive, cygdrive, 1);
>       cygdrive_len = strlen (cygdrive);
>+      break;
>     }
> }

Applied.  Thanks.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]