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

Signed-off-by: Martin peres <martin.pe...@linux.intel.com>
---
 src/mesa/drivers/dri/common/xmlconfig.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/common/xmlconfig.h 
b/src/mesa/drivers/dri/common/xmlconfig.h
index 8969843..1168379 100644
--- a/src/mesa/drivers/dri/common/xmlconfig.h
+++ b/src/mesa/drivers/dri/common/xmlconfig.h
@@ -30,7 +30,7 @@
 #ifndef __XMLCONFIG_H
 #define __XMLCONFIG_H
 
-#define STRING_CONF_MAXLEN 25
+#define STRING_CONF_MAXLEN 1024
 
 /** \brief Option data types */
 typedef enum driOptionType {
-- 
2.4.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to