allow extreme value list entries

This commit is contained in:
john30
2015-12-29 23:01:34 +01:00
parent 52eec75d40
commit 1928abfe83
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ static const dataType_t dataTypes[] = {
#define MAX_DIVISOR 1000000000
/** the maximum value for value lists. */
#define MAX_VALUE (1<<24)
#define MAX_VALUE (0xFFFFFFFFu)
/** the week day names. */
static const char* dayNames[] = {"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"};