Lines Matching defs:logLength
1889 size_t logLength = strlen(infoLog);1890 char *newLog = new char[logLength + infoLength + 2];1892 strcpy(newLog + logLength, info);1893 strcpy(newLog + logLength + infoLength, "\n");