# HG changeset patch # User Matti Hamalainen # Date 1350295288 -10800 # Node ID c200edce230d829891300349b628dd35fe2549ab # Parent af04394e9620ee595306def3242e5490b1f66933 Oops, a silly typo in the JMOD loader. diff -r af04394e9620 -r c200edce230d jloadjss.c --- a/jloadjss.c Mon Oct 15 02:45:32 2012 +0300 +++ b/jloadjss.c Mon Oct 15 13:01:28 2012 +0300 @@ -263,7 +263,7 @@ if (tmp == 0) note->note = jsetNotSet; else if (tmp == 127) - note->note == jsetNoteOff; + note->note = jsetNoteOff; else note->note = tmp - 1; JSFOREACHNOTE2