ports/net/gopher/files/patch-gopher_form.c
Richard Gallamore 0fb518c204 * Give maintainer to submitter, Aaron Baugher
* Added license information
* Cleaned up Makefile

PR:		220973
Submitted by:	Aaron Baugher (maintainer)
Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11897
2017-08-08 22:15:24 +00:00

12 lines
333 B
C

--- gopher/form.c.orig 2003-08-18 16:58:14 UTC
+++ gopher/form.c
@@ -288,7 +288,8 @@ FORMgetAskdata(GopherObj *gs, FORM *form
case ITEM_UNINIT: /* Unhandled cases... */
case ITEM_LABEL:
case ITEM_FILENAME:
- }
+ break;
+ }
}
responses[respnum++] = NULL;
}