mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
do not show string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40233 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19997eb5c1
commit
6e70451153
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
* Modules/Debuggers/ProjectCenter/PipeDelegate.m
|
||||
Commands need new-line.
|
||||
|
||||
>>>>>>> .r40226
|
||||
2016-11-17 09:20-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Modules/Debuggers/ProjectCenter/PipeDelegate.m: Change flag to yes
|
||||
|
|
|
@ -699,6 +699,7 @@
|
|||
- (void) debuggerSetup
|
||||
{
|
||||
NSString *command = @"set confirm off\n";
|
||||
[self typeString: command];
|
||||
|
||||
[self putString: command];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue