mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +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
f0c79930c5
commit
941e875754
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ static BOOL commandIsRepeat (NSString *string)
|
|||
NSString *s;
|
||||
|
||||
interactive = YES;
|
||||
local = [[[NSHost currentHost] name] retain];
|
||||
local = [[[NSHost currentHost] wellKnownName] retain];
|
||||
name = [defs stringForKey: @"ControlName"];
|
||||
if (name == nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue