From: oes Date: Thu, 18 Dec 2003 08:13:48 +0000 (+0000) Subject: One line lost in last commit X-Git-Tag: v_3_0_3~29 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=e42e7bd1225dc80fe9a15b59fca3df2c78390eb2;p=privoxy.git One line lost in last commit --- diff --git a/cgiedit.c b/cgiedit.c index 834a86ee..df7951f0 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.4 2003/03/11 11:53:59 oes Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.5 2003/12/17 16:33:47 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/Attic/cgiedit.c,v $ @@ -42,6 +42,14 @@ const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.41.2.4 2003/03/11 11:53:59 oes Ex * * Revisions : * $Log: cgiedit.c,v $ + * Revision 1.41.2.5 2003/12/17 16:33:47 oes + * - All edit functions that redirect back to the list page + * now use cgi_redirect + * - All redirects now contain useless parameter "foo", whose + * value are raw seconds since epoch, in order to force + * Opera and Konqueror to properly reload the list. Closes + * bug #859993 + * * Revision 1.41.2.4 2003/03/11 11:53:59 oes * Cosmetic: Renamed cryptic variable * @@ -4080,7 +4088,7 @@ jb_err cgi_edit_actions_section_swap(struct client_state *csp, struct file_line * line_end_section2; struct file_line * line_after_section2; unsigned line_number; - char * target; + char target[1024]; jb_err err; if (0 == (csp->config->feature_flags & RUNTIME_FEATURE_CGI_EDIT_ACTIONS))