// And now for the directory structure & prog name
- printf("%lu %s %s\n", startTime, name, fileName);
-
char* c;
char* d;
stack<char*> dirNamesStack;
if (!gotProgName)
{
- printf("Got prog name '%s'\n", d);
rec->setProgName(d); // will copy from d to end of string
*c = '\0';
gotProgName = true;
}
else
{
- printf("making new dir '%s'\n", oneDirName);
getDir = new Directory(oneDirName); // Make a new directory
getDir->parent = targetDirectory;
targetDirectory->dirList.push_back(getDir); // Put the new directory in the tree
{
Recording* toResume = getCurrentOptionRecording();
- printf("%s\n", toResume->getFileName());
-
if (toResume)
{
ULLONG position = VDR::getInstance()->getResumePoint(toResume->getFileName());