Skip to content

Commit a57f35f

Browse files
committed
Fixed the missing line for messageformat args.
1 parent 72c4404 commit a57f35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/debug/Compiler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ void compileLink(String avrBasePath, String buildPath, String corePath, ArrayLis
900900
corePath,
901901
configPreferences.get("ldscript"),
902902
};
903+
commandString = compileFormat.format( Args );
903904
String[] commandArray = commandString.split(",");
904905
System.out.println("commandString: " + commandString);
905906
for (int ii = 0; ii < commandArray.length; ii++)

0 commit comments

Comments
 (0)