![]() |
#1 |
Human being with feelings
Join Date: Nov 2013
Location: France
Posts: 185
|
![]()
[[REAPER v6.82 - Mac OS Ventura 13.3 on Mac Studio]]
This simple code gives incorrect results. After: Code:
function xed(str, val) ( sprintf(str, "%d", val); str; ); sprintf(#res1, "Ex-1: %s %s", xed(#A1, 345), xed(#A2, 678)); xed(#A3, 345); xed(#A4, 678); sprintf(#res2, "Ex-2: %s %s", #A3, #A4); |
![]() |
![]() |
![]() |
#2 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,335
|
![]()
thanks! from what I can tell this only affects the arm64 version of EEL2/JSFX, fixing!
|
![]() |
![]() |
![]() |
#3 |
Human being with feelings
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,753
|
![]()
FWIW, fix confirmed (on Apple M1).
|
![]() |
![]() |
![]() |
#4 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,335
|
![]()
(narrator: it also affected arm32 and a hypothetical PPC build)
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|