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

This commit is contained in:
John Kessenich 2019-11-22 11:07:43 -07:00
parent e01c847a70
commit 8b5853d4f9

View File

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