bin/cue magic number is 17 bytes instead of 16

This commit is contained in:
Brad Parker 2016-08-31 23:53:28 -04:00
parent d203fd9d0d
commit 1a9e0ca6a8

View File

@ -35,7 +35,7 @@
#include "../general.h"
#include "../verbosity.h"
#define MAGIC_LEN 16
#define MAGIC_LEN 17
#define MAX_TOKEN_LEN 255
#ifdef MSB_FIRST