engine/src/ShowEngine.cpp
branchRCL_3
changeset 326 255972d41940
parent 299 56d23cf60795
child 331 c44ad45736ff
equal deleted inserted replaced
325:c11c471936bc 326:255972d41940
   214 		DP1("newFilename=%S", &newFilename);
   214 		DP1("newFilename=%S", &newFilename);
   215 		} 
   215 		} 
   216 	else
   216 	else
   217 		{
   217 		{
   218 		// no extension found, we'll have to rely on magic numbers
   218 		// no extension found, we'll have to rely on magic numbers
   219 		newFilename.Copy(fileName);
   219 		newFilename.Format(_L("%u"), info->Uid());
   220 		}
   220 		}
   221 			
   221 			
   222 	relPath.Append(newFilename);
   222 	relPath.Append(newFilename);
   223 	PodcastUtils::EnsureProperPathName(relPath);
   223 	PodcastUtils::EnsureProperPathName(relPath);
   224 
   224