Searched refs:newLog (Results 1 – 1 of 1) sorted by relevance
2606 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog() local2607 strcpy(newLog, infoLog); in appendToInfoLog()2608 strcpy(newLog + logLength, info); in appendToInfoLog()2609 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()2612 infoLog = newLog; in appendToInfoLog()