* path.cc (find_fast_cwd): Point to problem reporting web site rather

than to mailing list.
This commit is contained in:
Corinna Vinschen 2014-12-16 09:24:40 +00:00
parent 0793492d8f
commit 21f22726c7
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2014-12-15 Corinna Vinschen <corinna@vinschen.de>
2014-12-16 Corinna Vinschen <corinna@vinschen.de>
* path.cc (find_fast_cwd): Point to problem reporting web site rather
than to mailing list.
2014-12-16 Corinna Vinschen <corinna@vinschen.de>
* path.cc (warn_msdos): Slightly reformat.
(find_fast_cwd): Change warning message to urge an update before

View File

@ -4212,7 +4212,7 @@ find_fast_cwd ()
" Couldn't compute FAST_CWD pointer. This typically occurs if you're using\n"
" an older Cygwin version on a newer Windows. Please update to the latest\n"
" available Cygwin version from https://cygwin.com/. If the problem persists,\n"
" report this problem to the public mailing list cygwin@cygwin.com\n\n");
" please see https://cygwin.com/problems.html\n\n");
if (f_cwd_ptr && *f_cwd_ptr)
{
/* Just evaluate structure version. */