From 7461fbfdfd200b7b9ee88e14a9e24316d3dc42ac Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 28 Sep 2016 23:05:01 +0200 Subject: [PATCH] Fixed the definition of nvr_path in ibm.h. --- src/ibm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibm.h b/src/ibm.h index 202dc9c3d..4fc5ca20c 100644 --- a/src/ibm.h +++ b/src/ibm.h @@ -627,7 +627,7 @@ extern uint64_t star; #define FPU_CW_Reserved_Bits (0xe0c0) -extern char nvr_path[260]; +extern char nvr_path[1024]; extern int path_len; char *nvr_concat(char *to_concat);