--- linuxsampler/trunk/ChangeLog 2020/08/06 12:15:02 3804 +++ linuxsampler/trunk/ChangeLog 2020/08/28 17:28:48 3816 @@ -290,6 +290,8 @@ array size than amount of initial values been assigned, and initialize the missing array elements with zero in this case. - Fixed built-in NKSP exit() function to behave as return statement. + - NKSP parser: Fixed crash if unary '-' operator was used on a non-number + data type. * test cases: - Fixed compiler errors in test cases.