From 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 May 2018 18:22:00 +0200 Subject: New upstream version 5.1.1 --- app/bin/dcustmgm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/bin/dcustmgm.c') diff --git a/app/bin/dcustmgm.c b/app/bin/dcustmgm.c index ce6bdeb..870b0fa 100644 --- a/app/bin/dcustmgm.c +++ b/app/bin/dcustmgm.c @@ -159,7 +159,7 @@ EXPORT FILE * customMgmF; static char custMgmContentsStr[STR_SIZE]; static BOOL_T custMgmProceed; static paramData_t custMgmContentsPLs[] = { - { PD_STRING, custMgmContentsStr, "label", 0, (void*)400, N_("Label") } }; + { PD_STRING, custMgmContentsStr, "label", PDO_STRINGLIMITLENGTH, (void*)400, N_("Label"), 0, (void *)sizeof(custMgmContentsStr) } }; static paramGroup_t custMgmContentsPG = { "contents", 0, custMgmContentsPLs, sizeof custMgmContentsPLs/sizeof custMgmContentsPLs[0] }; static void CustMgmContentsOk( void * junk ) -- cgit v1.2.3