* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default

condition.
This commit is contained in:
Christopher Faylor
2001-10-09 23:28:24 +00:00
parent 132a3b30b9
commit d3fee5eccb
5 changed files with 24 additions and 14 deletions

View File

@@ -107,10 +107,7 @@ shared_info::initialize ()
if (inited)
{
if (inited != SHAREDVER)
api_fatal ("Shared region version mismatch. Version %x != %x.\n"
"Are you using multiple versions of cygwin1.dll?\n"
"Run 'cygcheck -r -s -v' to find out.",
inited, SHAREDVER);
multiple_cygwin_die ();
return;
}