Commit 69861b8f authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Increase the size of glsl_src_param_t.param_str.

It constains the register name plus potential modifiers, so it should be larger than reg_name instead of smaller.
parent 690d666d
......@@ -53,7 +53,7 @@ typedef struct {
typedef struct {
char reg_name[150];
char param_str[100];
char param_str[200];
} glsl_src_param_t;
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment