* cygheap.cc: Fix formatting.
This commit is contained in:
parent
fcb1765e87
commit
c5d751a658
|
@ -1,3 +1,7 @@
|
||||||
|
2014-11-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygheap.cc: Fix formatting.
|
||||||
|
|
||||||
2014-10-30 Corinna Vinschen <corinna@vinschen.de>
|
2014-10-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
|
* uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
|
||||||
|
|
|
@ -194,7 +194,7 @@ init_cygheap::init_installation_root ()
|
||||||
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 buildenv. 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;
|
||||||
if (len == 4) /* Local path */
|
if (len == 4) /* Local path */
|
||||||
;
|
;
|
||||||
|
@ -223,7 +223,8 @@ init_cygheap::init_installation_root ()
|
||||||
if (cygwin_props.disable_key)
|
if (cygwin_props.disable_key)
|
||||||
{
|
{
|
||||||
installation_key.Length = 0;
|
installation_key.Length = 0;
|
||||||
installation_key.Buffer[0] = L'\0'; }
|
installation_key.Buffer[0] = L'\0';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void __stdcall
|
void __stdcall
|
||||||
|
|
Loading…
Reference in New Issue