equal
deleted
inserted
replaced
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 |