Retain path

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-11-27 14:31:04 +00:00
parent 71b08bb24c
commit e95b7438e7

View file

@ -199,7 +199,7 @@ typedef enum {
path = [path stringByAppendingPathComponent: @"gdomap"];
if ([mgr isExecutableFileAtPath: path])
{
launchCmd = path;
launchCmd = [path copy];
break;
}
}