mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
bin/cue magic number is 17 bytes instead of 16
This commit is contained in:
parent
d203fd9d0d
commit
1a9e0ca6a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue