opnsense-ports/net/gopher/files/patch-gopher_form.c
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

12 lines
318 B
C

--- gopher/form.c.orig Sun Aug 22 15:55:22 2004
+++ gopher/form.c Sun Aug 22 15:55:36 2004
@@ -288,7 +288,8 @@
case ITEM_UNINIT: /* Unhandled cases... */
case ITEM_LABEL:
case ITEM_FILENAME:
- }
+ break;
+ }
}
responses[respnum++] = NULL;
}