* path.cc (find_fast_cwd): Point to problem reporting web site rather
than to mailing list.
This commit is contained in:
parent
0793492d8f
commit
21f22726c7
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue