mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
81797fc863
commit
0e3a424f00
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define STRING_CONF_MAXLEN 25
|
||||
#define STRING_CONF_MAXLEN 1024
|
||||
|
||||
/** \brief Option data types */
|
||||
typedef enum driOptionType {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue