glGetString - Incorrect Return Type

BlitzMax Forums/BlitzMax Module Tweaks/glGetString - Incorrect Return Type

N(Posted 2005) [#1]
Currently, glGetString is

Function glGetString(name_)

It should be

Function glGetString:Byte Ptr(name_)

Just wanted to point that out.