Searched refs:newLog (Results 1 – 1 of 1) sorted by relevance
116 char *newLog = new char[logLength + infoLength + 2]; in append() local117 strcpy(newLog, mInfoLog); in append()118 strcpy(newLog + logLength, info); in append()119 strcpy(newLog + logLength + infoLength, "\n"); in append()122 mInfoLog = newLog; in append()