From 62d72d909ffab6da3c13c7a879cf97513dd559d6 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 24 Oct 2015 10:47:33 -0600 Subject: [PATCH] * Crash when opening an attachment in Mac OS X 10.11.1. Reported by Peter Koellner. --- pith/osdep/mimedisp.c | 16 +--------------- pith/pine.hlp | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/pith/osdep/mimedisp.c b/pith/osdep/mimedisp.c index 7917a71..94db132 100644 --- a/pith/osdep/mimedisp.c +++ b/pith/osdep/mimedisp.c @@ -28,7 +28,7 @@ static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z hubert@u.washing #include "mimedisp.h" #include "../charconv/utf8.h" #ifdef OSX_TARGET -#include "../../pith/osdep/collate.h" /* for strucmp */ +#include "../../pith/osdep/collate.h" /* for strucmp */ #include #endif @@ -412,21 +412,12 @@ osx_build_mime_type_cmd(mime_type, cmd, cmdlen, sp_hndlp) CFStringRef str_ref = NULL, ret_str_ref = NULL; CFURLRef url_ref = NULL; -#ifdef AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER - if(&LSCopyDefaultApplicationURLForContentType == NULL) - return 0; -#else if(&LSCopyApplicationForMIMEType == NULL) return 0; -#endif if((str_ref = CFStringCreateWithCString(NULL, mime_type, kCFStringEncodingASCII)) == NULL) return 0; -#ifdef AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER - if(LSCopyDefaultApplicationURLForContentType(str_ref, kLSRolesAll, &url_ref) -#else if(LSCopyApplicationForMIMEType(str_ref, kLSRolesAll, &url_ref) -#endif != kLSApplicationNotFoundErr){ if((ret_str_ref = CFURLGetString(url_ref)) == NULL) return 0; @@ -463,13 +454,8 @@ osx_build_mime_ext_cmd(mime_ext, cmd, cmdlen, sp_hndlp) ? mime_ext+1 : mime_ext, kCFStringEncodingASCII)) == NULL) return 0; -#ifdef AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER - if(LSCopyDefaultApplicationURLForContentType(str_ref, - kLSRolesAll, &url_ref) -#else if(LSGetApplicationForInfo(kLSUnknownType, kLSUnknownCreator, str_ref, kLSRolesAll, NULL, &url_ref) -#endif != kLSApplicationNotFoundErr){ if((ret_str_ref = CFURLGetString(url_ref)) == NULL) return 0; diff --git a/pith/pine.hlp b/pith/pine.hlp index 986c0ae..599aaa1 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 106 2015-09-22 19:46:50 +Alpine Commit 108 2015-10-24 10:47:29 ============= h_news ================= -- 2.11.4.GIT