diff options
author | stuconnolly <stuart02@gmail.com> | 2012-03-18 20:14:17 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-03-18 20:14:17 +0000 |
commit | 0d3b69f964a8d9d93ca794d457b461463f1ec95d (patch) | |
tree | b9d0953b2dcb3fe6cbe1121f816222a943881b5d /Source/SPTableContent.m | |
parent | 524e8c356b4074f5be5933b0551374a130a8f6d1 (diff) | |
download | sequelpro-0d3b69f964a8d9d93ca794d457b461463f1ec95d.tar.gz sequelpro-0d3b69f964a8d9d93ca794d457b461463f1ec95d.tar.bz2 sequelpro-0d3b69f964a8d9d93ca794d457b461463f1ec95d.zip |
Bring outline view branch up to date with trunk (r3518:r3520).
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r-- | Source/SPTableContent.m | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ @"<BR><IMG %@='%ld' SRC=\"data:image/auto;base64,%@\">", 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: @"<IMG WIDTH='%ld' SRC=\"data:image/auto;base64,%@\">", (long)imageWidth, - [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64EncodingWithLineLength:0]]]; + [[image TIFFRepresentationUsingCompression:NSTIFFCompressionJPEG factor:0.01f] base64Encoding]]]; } else { [tempRow addObject:@"<BLOB>"]; |