Proper field initialization.
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:46:59 +0000 (09:46 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:46:59 +0000 (09:46 +0200)
commit517661967774d60716ecff152c642b417195f900
treeed085feba914e63c23ae777e7209c841992f167b
parentac7004d83eba4b4685d9a03d9e3b2a5acab36a84
Proper field initialization.
gcc -Wmissing-field-initializers noticed several struct initializations
that didn't explicitly list all fields. They were of no consequence because
they were for static data, so they were initialized properly.
Also, changed the initialization of global.c_ovtxt from "" to NULL because
free_queue () freed it if non-NULL, though I think the "" was always
overwritten.

Pulled in from nmh. Thanks to David Levine.
sbr/addrsbr.c
uip/mhl.c
uip/repl.c