Marino Faggiana 7 년 전
부모
커밋
ffd7c4c791
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      iOSClient/Utility/CCUtility.m

+ 2 - 2
iOSClient/Utility/CCUtility.m

@@ -686,9 +686,9 @@
             fileName = [fileName stringByReplacingOccurrencesOfString:@"ampm" withString:ampm];
 
             if (addFileNameType)
-                fileName = [NSString stringWithFormat:@"%@ %@-%@.%@", fileNameType, fileName, numberFileName, fileNameExt];
+                fileName = [NSString stringWithFormat:@"%@ %@%@.%@", fileNameType, fileName, numberFileName, fileNameExt];
             else
-                fileName = [NSString stringWithFormat:@"%@-%@.%@", fileName, numberFileName, fileNameExt];
+                fileName = [NSString stringWithFormat:@"%@%@.%@", fileName, numberFileName, fileNameExt];
             
         } else {