# HG changeset patch # User Matti Hamalainen # Date 1425756257 -7200 # Node ID a4816eb6855802496b1be3fad149ce93a1418dd0 # Parent f077a709d49163bd43776b0f3846e0a24392f382 Change one JSSMOD struct type Sint16 -> Uint16. diff -r f077a709d491 -r a4816eb68558 minijss/jssmod.h --- a/minijss/jssmod.h Sat Mar 07 19:53:13 2015 +0200 +++ b/minijss/jssmod.h Sat Mar 07 21:24:17 2015 +0200 @@ -214,7 +214,7 @@ /* - After this, norders long orders table will follow, of type: - Sint16 orderList[norders]; + Uint16 orderList[norders]; - Pattern data, format depends on patMode.