*** cgi.c.orig	Thu Apr 30 14:41:27 1998
--- cgi.c	Thu Apr 30 14:41:53 1998
***************
*** 109,121 ****
  		return -1;
  
  	if (!strcmp(a, "GET"))
  		if ((a = getenv("QUERY_STRING")))
  					/* calls parsestr if QUERY_STRING
  					   environment variable exists */
  			cgiparsequerystr(a);
  		else
  			return -1;
! 	else if (!strcmp(a, "POST")) {
  		int b;
  
  		if (!(a = getenv("CONTENT_TYPE")) || (a &&
--- 109,122 ----
  		return -1;
  
  	if (!strcmp(a, "GET"))
+ 	{
  		if ((a = getenv("QUERY_STRING")))
  					/* calls parsestr if QUERY_STRING
  					   environment variable exists */
  			cgiparsequerystr(a);
  		else
  			return -1;
! 	} else if (!strcmp(a, "POST")) {
  		int b;
  
  		if (!(a = getenv("CONTENT_TYPE")) || (a &&
