mpd

Рабочее, плюсовое, малозначимое, но яркое

Apr 28, 2016 12:04


void MediaLookupTable::generateNewName(char* mediumName,
unsigned /*maxLen*/) {
// We should really use snprintf() here, but not all systems have it
sprintf(mediumName, "liveMedia%d", fNameGenerator++);
}

plain c, freesoftware, c++, баян, казус

Previous post Next post
Up