mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-23 11:51:03 +00:00
fix host name translaction
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38195 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b389481e6
commit
084707d04f
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ static BOOL commandIsRepeat (NSString *string)
|
||||||
NSString *s;
|
NSString *s;
|
||||||
|
|
||||||
interactive = YES;
|
interactive = YES;
|
||||||
local = [[[NSHost currentHost] name] retain];
|
local = [[[NSHost currentHost] wellKnownName] retain];
|
||||||
name = [defs stringForKey: @"ControlName"];
|
name = [defs stringForKey: @"ControlName"];
|
||||||
if (name == nil)
|
if (name == nil)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue