X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgiedit.c;h=2793ca8c22bea07d09906a6f9dd0249202da2eb4;hb=b901c6d20ff235b2af0fca69050772b9d58cbd50;hp=2a5638e9902d2b88b7e3920e6c1b499c4a54eac1;hpb=a137ee6a8224aa2778fc38bbac7c8285e3a165af;p=privoxy.git diff --git a/cgiedit.c b/cgiedit.c index 2a5638e9..2793ca8c 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.1 2002/08/02 12:43:14 oes Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.2 2002/08/05 20:02:59 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/Attic/cgiedit.c,v $ @@ -42,6 +42,9 @@ const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.1 2002/08/02 12:43:14 oes Ex * * Revisions : * $Log: cgiedit.c,v $ + * Revision 1.41.2.2 2002/08/05 20:02:59 oes + * Bugfix: "Insert new section at top" did not work properly if first non-comment line in file was of type FILE_LINE_ACTION + * * Revision 1.41.2.1 2002/08/02 12:43:14 oes * Fixed bug #588514: first_time now set on a per-string basis in actions_from_radio; javascriptify now called on copies * @@ -2518,7 +2521,6 @@ jb_err cgi_edit_actions_list(struct client_state *csp, if (NULL == (exports = default_exports(csp, NULL))) { - edit_free_file(file); return JB_ERR_MEMORY; }