equal
deleted
inserted
replaced
205 DP1("newFilename=%S", &newFilename); |
205 DP1("newFilename=%S", &newFilename); |
206 } |
206 } |
207 else |
207 else |
208 { |
208 { |
209 // no extension found, we'll have to rely on magic numbers |
209 // no extension found, we'll have to rely on magic numbers |
210 newFilename.Copy(fileName); |
210 newFilename.Format(_L("%u"), info->Uid()); |
211 } |
211 } |
212 |
212 |
213 relPath.Append(newFilename); |
213 relPath.Append(newFilename); |
214 PodcastUtils::EnsureProperPathName(relPath); |
214 PodcastUtils::EnsureProperPathName(relPath); |
215 |
215 |