Fix error message buffer size

This commit is contained in:
BullyWiiPlaza 2017-05-10 18:17:34 +02:00
parent 9b2f53dc9a
commit f42bf358e8
2 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ int roundUpToAligned(int number) {
return (number + 3) & ~0x03; return (number + 3) & ~0x03;
} }
#define ERROR_BUFFER_SIZE 100 #define ERROR_BUFFER_SIZE 150
void reportIllegalCommandByte(int commandByte) { void reportIllegalCommandByte(int commandByte) {
char errorBuffer[ERROR_BUFFER_SIZE]; char errorBuffer[ERROR_BUFFER_SIZE];

Binary file not shown.