Remove unnecessary calls to memset
commitc51a224ceb9ebdc8ee4477a92d79f070918abf36
authorPhilipp Kloke <philipp.kloke@web.de>
Sun, 31 Mar 2013 09:59:22 +0000 (31 11:59 +0200)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 31 Mar 2013 22:11:01 +0000 (1 02:11 +0400)
treefcc0111e3fc9583fefe14601e433f03ab0e890e4
parent94ba02fa16593ac1c6f0a99edce551b79f66e03b
Remove unnecessary calls to memset

The C standard guarantees that strncpy pads
the string with zeros if source string is smaller
than destination buffer.

Signed-off-by: Philipp Kloke <philipp.kloke@web.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outcoff.c