Lioncash b66eb03b2f OGL: Correctly guard against array bounds of s_encodingPrograms
s_encodingPrograms is defined as an array with a length of 64
NUM_ENCODING_PROGRAMS is also defined as 64.

However 64 is out of bounds, so we want to be comparing for "equal to or
greater than here"
2014-07-14 00:48:14 -04:00
..
2014-07-11 16:07:23 +02:00
2014-02-18 02:19:10 -05:00
2014-03-09 21:12:01 +01:00
2014-03-14 13:51:23 -04:00
2014-07-13 02:16:51 +02:00