From 1062cec90c78acd240d2a12667b0c2a7a2f597ce Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Mon, 13 Jul 2020 17:27:07 -0400 Subject: [PATCH] increase bios path length --- bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bios.h b/bios.h index 858c197..2c037cb 100644 --- a/bios.h +++ b/bios.h @@ -8,7 +8,7 @@ #endif #define BIOS_MAXFILES 10 // number of files in a page of listing -#define BIOS_MAXPATH 40 // maximum length of a single filename that we'll support +#define BIOS_MAXPATH 60 // maximum length of a single filename that we'll support class BIOS { public: