[Esbox-commits] r229 - trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal

raul at garage.maemo.org raul at garage.maemo.org
Mon Nov 5 16:04:06 EET 2007


Author: raul
Date: 2007-11-05 16:03:56 +0200 (Mon, 05 Nov 2007)
New Revision: 229

Modified:
   trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxMIProcessAdapter.java
Log:


Modified: trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxMIProcessAdapter.java
===================================================================
--- trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxMIProcessAdapter.java	2007-11-05 14:03:06 UTC (rev 228)
+++ trunk/org.indt.esbox.debug/src/org/indt/esbox/debug/internal/ESboxMIProcessAdapter.java	2007-11-05 14:03:56 UTC (rev 229)
@@ -56,7 +56,7 @@
 								
 		ScratchboxCommandLauncher launcher = new ScratchboxCommandLauncher();
 		
-		final Process pgdb = launcher.execute(null, args, new String[] {}, new Path("."));
+		final Process pgdb = launcher.execute((String)null, args, new String[] {}, new Path("."));
 		
 		Thread syncStartup = new Thread("GDB Start") { //$NON-NLS-1$
 			public void run() {



More information about the Esbox-commits mailing list