* cygheap.cc (init_cygheap::init_installation_root): Fix typo in

comment.
This commit is contained in:
Corinna Vinschen 2014-12-02 09:59:53 +00:00
parent 79a6cc4d49
commit f5dc13757f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-12-02 Corinna Vinschen <corinna@vinschen.de>
* cygheap.cc (init_cygheap::init_installation_root): Fix typo in
comment.
2014-12-02 Corinna Vinschen <corinna@vinschen.de> 2014-12-02 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx. * autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.

View File

@ -192,7 +192,7 @@ init_cygheap::init_installation_root ()
/* Copy result into installation_dir before stripping off "bin" dir and /* Copy result into installation_dir before stripping off "bin" dir and
revert to Win32 path. This path is added to the Windows environment revert to Win32 path. This path is added to the Windows environment
in buildenv. See there for a description. */ in build_env. See there for a description. */
installation_dir_len = wcpncpy (installation_dir, installation_root + len, installation_dir_len = wcpncpy (installation_dir, installation_root + len,
PATH_MAX) PATH_MAX)
- installation_dir; - installation_dir;