shithub: riscv

Download patch

ref: ccb34127656d7bd70be56710c26645628527bf0c
parent: bda1c8b8f19621ffb296af61e78adeac8e4a8b6a
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Jun 19 07:57:49 EDT 2012

mothra: more mistakes

--- a/sys/src/cmd/mothra/forms.c
+++ b/sys/src/cmd/mothra/forms.c
@@ -507,7 +507,6 @@
 	case CHECK:
 	case RADIO:
 		if(!f->state) break;
-	case SUBMIT:
 	case HIDDEN:
 		if(f->name==0 || f->value==0)
 			continue;
@@ -591,7 +590,6 @@
 	case CHECK:
 	case RADIO:
 		if(!f->state) break;
-	case SUBMIT:
 	case HIDDEN:
 		if(f->name==0 || f->value==0)
 			continue;
--