driconf: bump the maximum string size from 25 to 1024

The soon-to-be-introduced string entries will potentially introduce
very long strings that should not be truncated.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Martin peres <martin.peres@linux.intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7212>
This commit is contained in:
Martin Peres 2015-06-05 16:04:03 +03:00 committed by Martin Peres
parent 81797fc863
commit 0e3a424f00

View file

@ -39,7 +39,7 @@
extern "C" {
#endif
#define STRING_CONF_MAXLEN 25
#define STRING_CONF_MAXLEN 1024
/** \brief Option data types */
typedef enum driOptionType {