Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix procedure as argument in sprintf() and lsprintf() not resolving
Fix procedure as second and third argument in `sprintf()` and `lsprintf()` respectively causing a compile error when trying to resolve the procedure during optimization. Fixes: ``` :proc _a() { return 123; } msg(sprintf('%x', _a())); COMPILE ERROR: The function "_a" does not exist in the Java Interpreter at :Interpreter:1.45 ```
- Loading branch information