SET_MAX_NAME_SIZE should be 0x48, not 0x30

This commit is contained in:
Adubbz 2018-06-03 11:12:27 +10:00
parent 57168f2e79
commit c23ce8fd9d
No known key found for this signature in database
GPG Key ID: E330492F6F3E433A

View File

@ -7,7 +7,7 @@
*/
#include "../result.h"
#define SET_MAX_NAME_SIZE 0x30
#define SET_MAX_NAME_SIZE 0x48
typedef enum {
ColorSetId_Light=0,