From: haroon Date: Thu, 19 Jul 2001 19:15:14 +0000 (+0000) Subject: - Added a FIXME for EditFile but didn't fix :-) X-Git-Tag: v_2_9_9~223 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/gitweb.js?a=commitdiff_plain;h=14d3ee97255a03354c5dcdcd42600deef1486091;p=privoxy.git - Added a FIXME for EditFile but didn't fix :-) --- diff --git a/w32log.c b/w32log.c index 9005eef7..3b7835a5 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.11 2001/06/07 23:08:12 jongfoster Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.12 2001/07/13 14:04:59 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -32,6 +32,9 @@ const char w32log_rcs[] = "$Id: w32log.c,v 1.11 2001/06/07 23:08:12 jongfoster E * * Revisions : * $Log: w32log.c,v $ + * Revision 1.12 2001/07/13 14:04:59 oes + * Removed all #ifdef PCRS + * * Revision 1.11 2001/06/07 23:08:12 jongfoster * Forward and ACL edit options removed. * @@ -940,6 +943,8 @@ void ShowLogWindow(BOOL bShow) * Function : EditFile * * Description : Opens the specified setting file for editing. + * FIXME: What if the file has no associated application. Check for return values +* from ShellExecute?? * * Parameters : * 1 : filename = filename from the config (aka junkbstr.txt) file.