From a57f35fb5114e7721785c5c6ee0c7ada3712ad32 Mon Sep 17 00:00:00 2001 From: ricklon Date: Thu, 16 Jun 2011 23:17:08 -0400 Subject: [PATCH] Fixed the missing line for messageformat args. --- app/src/processing/app/debug/Compiler.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/processing/app/debug/Compiler.java b/app/src/processing/app/debug/Compiler.java index 2ae80145b..72e176576 100644 --- a/app/src/processing/app/debug/Compiler.java +++ b/app/src/processing/app/debug/Compiler.java @@ -900,6 +900,7 @@ public class Compiler implements MessageConsumer { corePath, configPreferences.get("ldscript"), }; + commandString = compileFormat.format( Args ); String[] commandArray = commandString.split(","); System.out.println("commandString: " + commandString); for (int ii = 0; ii < commandArray.length; ii++)