mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Patch for Ewa. Wrong command string use for MIExecReturn object. Bug 195779.
This commit is contained in:
parent
b6db6179c0
commit
48c59df306
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class MIExecReturn extends MICommand
|
|||
}
|
||||
|
||||
public MIExecReturn(String miVersion, String arg) {
|
||||
super(miVersion, "-exec-run", new String[] { arg }); //$NON-NLS-1$
|
||||
super(miVersion, "-exec-return", new String[] { arg }); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue