diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 08:00:36 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 08:00:36 +0200 |
commit | ff0e3e6a00aa5243c401d9e440a19c148c39a3c8 (patch) | |
tree | 284cd63cef2389e62b1637d18d3d83ab468fd84f /sys/src/cmd/mothra/mothra.c | |
parent | 90b38f03a528f2a1e1b76b69f77bff3cb43b5524 (diff) |
mothra: refactor form submit code
Diffstat (limited to 'sys/src/cmd/mothra/mothra.c')
-rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index e49e93809..805bd7744 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -251,6 +251,8 @@ void main(int argc, char *argv[]){ int i; quotefmtinstall(); + fmtinstall('U', Ufmt); + ARGBEGIN{ case 'd': debug=1; break; case 'v': verbose=1; break; |