git: 9front

Download patch

ref: a92616172d7bc6e192a5949d952acfd3d357dfef
parent: cb5c02dd1775a825f68c54d0a619e34d7603e7a9
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;
--