mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Can't reproduce bug that necessitated this hack, so took the hack out. Confirm?
This commit is contained in:
@@ -183,7 +183,7 @@ public class PdePreprocessor {
|
||||
// if the program ends with no CR or LF an OutOfMemoryError will happen.
|
||||
// not gonna track down the bug now, so here's a hack for it:
|
||||
// http://dev.processing.org/bugs/show_bug.cgi?id=5
|
||||
program += "\n";
|
||||
//program += "\n"; // fixed by jdf? Can't reproduce.
|
||||
|
||||
// if the program ends with an unterminated multi-line comment,
|
||||
// an OutOfMemoryError or NullPointerException will happen.
|
||||
|
||||
Reference in New Issue
Block a user