From 0d3b69f964a8d9d93ca794d457b461463f1ec95d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 18 Mar 2012 20:14:17 +0000 Subject: Bring outline view branch up to date with trunk (r3518:r3520). --- Source/SPTableContent.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPTableContent.m') diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 11e19588..7afbfe84 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -2273,7 +2273,7 @@ @"
", maxSizeValue, (long)imageWidth, - [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64EncodingWithLineLength:0]]; + [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64Encoding]]; } [v release]; @@ -2289,7 +2289,7 @@ [tempRow addObject:[NSString stringWithFormat: @"", (long)imageWidth, - [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64EncodingWithLineLength:0]]]; + [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64Encoding]]]; } else { [tempRow addObject:@"<BLOB>"]; -- cgit v1.2.3