Fix #1987: Use large enough built-in buffer to hold vec4 of maxint-64.
This commit is contained in:
parent
e01c847a70
commit
8b5853d4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -6331,7 +6331,7 @@ void TBuiltIns::initialize(const TBuiltInResource &resources, int version, EProf
|
|||
//============================================================================
|
||||
|
||||
TString& s = commonBuiltins;
|
||||
const int maxSize = 80;
|
||||
const int maxSize = 200;
|
||||
char builtInConstant[maxSize];
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue