Update to the new FSF address
[infodrom/cgilib] / jumpto.c
index 08f32ab..abf8ad5 100644 (file)
--- a/jumpto.c
+++ b/jumpto.c
@@ -1,6 +1,6 @@
 /*
    jumpto.c - Jump to a given URL
-   Copyright (c) 1998  Martin Schulze <joey@orgatech.de>
+   Copyright (c) 1998,2008  Martin Schulze <joey@orgatech.de>
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -13,8 +13,8 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+   along with this program; if not, write to the Free Software Foundation
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 /*
@@ -25,7 +25,7 @@
  *
  * <form action="/cgi-bin/jumpto">
  * </form>
- * <select>
+ * <select name="url">
  * <option value="/this/is/my/url.html">My URL
  * <option value="http://www.debian.org/">Debian GNU/Linux
  * <option value="http://www.debian.org/OpenHardware/">Open Hardware
@@ -39,7 +39,7 @@
 #include <stdio.h>
 #include <cgi.h>
 
-s_cgi **cgiArg;
+s_cgi *cgiArg;
 
 void main()
 {