Commit 8b5853d4 by John Kessenich

Fix #1987: Use large enough built-in buffer to hold vec4 of maxint-64.

parent e01c847a
......@@ -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];
//
......
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