mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-22 03:11:16 +00:00
fixup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38819 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7db3f6c94
commit
5a2456da7f
1 changed files with 2 additions and 1 deletions
|
@ -3017,7 +3017,8 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval);
|
|||
[cmdDefs setCommand: val forKey: key];
|
||||
}
|
||||
val = [cmdDefs objectForKey: key];
|
||||
[self cmdPrintf: @"The default setting for '%@' is now\n%@\n", val];
|
||||
[self cmdPrintf: @"The default setting for '%@' is now:\n%@\n",
|
||||
key, val];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue