This commit is contained in:
Ludovic Marcotte
2014-05-16 08:33:06 -04:00
parent c426afd7f2
commit 2f7979c796
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
name = [name substringFromIndex: 1];
if ([name hasSuffix: @"/"])
name = [name substringToIndex: [name length]-2];
name = [name substringToIndex: [name length]-1];
type = [[folderMetadata objectForKey: @"type"] activeSyncFolderType];