Fix compilation error

This commit is contained in:
giomfo
2016-12-01 16:26:46 +01:00
parent 940b4cc60b
commit ad0a3bb438
+1 -1
View File
@@ -43,7 +43,7 @@
NSInteger size = [attachment.contentInfo[@"size"] integerValue];
if (size)
{
title = [NSString stringWithFormat:@"%@ (%@)", title, [MXKTools fileSizeToString:size round:YES]];
title = [NSString stringWithFormat:@"%@ (%@)", title, [MXTools fileSizeToString:size round:YES]];
}
}