From 263bcdce84b55cea751961668a023b7eaba9fd80 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 13 Jul 2018 16:27:15 +0100 Subject: [PATCH] dtcm: Extend string buffer to prevent warning --- cde/programs/dtcm/dtcm/dssw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtcm/dtcm/dssw.h b/cde/programs/dtcm/dtcm/dssw.h index 6ba3b174..d0b4fcc9 100644 --- a/cde/programs/dtcm/dtcm/dssw.h +++ b/cde/programs/dtcm/dtcm/dssw.h @@ -57,7 +57,7 @@ #include "calendar.h" #define DATE_LEN 100 -#define START_STOP_LEN 6 +#define START_STOP_LEN 16 #define WHAT_LEN 256 /******************************************************************************* -- 2.25.1