# HG changeset patch # User Michael Pavone # Date 1392799459 28800 # Node ID 16ee0937c676e2e73bae38c582c11d91a0f2a6f8 # Parent 96489fb27dbfde4145d071d578cb79e76f6a29cb Fix type mismatch on headless global that was causing a crash in the vgm player on ARM diff -r 96489fb27dbf -r 16ee0937c676 vgmplay.c --- a/vgmplay.c Wed Feb 19 00:22:27 2014 -0800 +++ b/vgmplay.c Wed Feb 19 00:44:19 2014 -0800 @@ -101,7 +101,7 @@ { } -uint8_t headless = 0; +int headless = 0; #define CYCLE_LIMIT MCLKS_NTSC/60 #define MAX_SOUND_CYCLES 100000