author | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 12:26:00 +0000 (14:26 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 12:26:00 +0000 (14:26 +0200) | ||
commit | 98e5157bc23dcc95cd65a1858075ed47e657f2c1 | |
tree | 939641c9dab66b4b9950932283ed4b34f1a379ec | tree | snapshot |
parent | 7e81521772240ec3567a1773d2919a3e90d104c7 | commit | diff |
options: don't initialize with memset(0)
Global variables are already initialized with zero when the program
starts, don't memset(0) again.
Global variables are already initialized with zero when the program
starts, don't memset(0) again.
src/options.c | diff | blob | history |