From: Nathaniel Wesley Filardo Date: Sun, 11 Apr 2010 05:49:47 +0000 (-0400) Subject: Fix progenv/trackerfmt.h after last commit X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=96079082b0740d94153375a8b96ce276e102c56e;p=acmetensortoys-chiptunes Fix progenv/trackerfmt.h after last commit Note that the old tracker --export is the only user of this constant and it will be wrong in any case! --- diff --git a/progenv/trackerfmt.h b/progenv/trackerfmt.h index 1ec4e84..5ad379a 100644 --- a/progenv/trackerfmt.h +++ b/progenv/trackerfmt.h @@ -8,7 +8,7 @@ #define PACKSIZE_RESOURCE 13 #define PACKSIZE_SONGTRACK 6 #define PACKSIZE_SONGTRANS 4 -#define PACKSIZE_INSTRCMD 8 +#define PACKSIZE_INSTRCMD 4 #define PACKSIZE_INSTRPAR 8 #define PACKSIZE_TRACKNOTE 7 #define PACKSIZE_TRACKINST 4