From 5cb55e308101407773a145535ace191800d80c4c Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 16 Nov 2019 15:12:51 +0100 Subject: [PATCH] Increase the maximum function name length --- src/patcher/function_patcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patcher/function_patcher.h b/src/patcher/function_patcher.h index 2e137a2..aacf30f 100644 --- a/src/patcher/function_patcher.h +++ b/src/patcher/function_patcher.h @@ -37,7 +37,7 @@ struct rpl_handling { #define FUNCTION_PATCHER_METHOD_STORE_SIZE 13 #define MAXIMUM_PLUGIN_PATH_NAME_LENGTH 256 #define MAXIMUM_PLUGIN_NAME_LENGTH 51 -#define MAXIMUM_FUNCTION_NAME_LENGTH 61 +#define MAXIMUM_FUNCTION_NAME_LENGTH 83 struct replacement_data_function_t { uint32_t physicalAddr; /* [needs to be filled] */