1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-23 02:42:24 +00:00

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

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