if(lineLen+*pgmLength>PGMSIZE-1/* - 1 to allow a NULL at the end */){
ERR("The buffer allocated for the vertex program string pgmStr is too small at %d bytes, at least %d bytes in total are required.\n",PGMSIZE,lineLen+*pgmLength);
ERR("The buffer allocated for the vertex program string pgmStr is too small at %d bytes, at least %d bytes in total are required.\n", PGMSIZE, _tmpLineLen + pgmLength); \