diff jloadjss.c @ 331:c200edce230d

Oops, a silly typo in the JMOD loader.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 13:01:28 +0300
parents 175328b20341
children cd57ba1130eb
line wrap: on
line diff
--- 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