Michael Rash
52462e7dba
Use {0} initializer for all stack allocated char arrays
...
Lots of places in the code were already using {0} to initialize stack char
arrays, but memset() was being used as well. This commit removes all
unnecessary memset() calls against char arrays that are already initialized
via {0} (which sets all members to zero for such arrays).
2013-05-21 22:00:15 -04:00
..
2013-05-21 22:00:15 -04:00
2010-07-16 20:14:35 +00:00
2012-08-13 22:39:03 -04:00
2013-02-18 22:22:44 -05:00
2013-05-06 22:23:59 -04:00
2013-05-21 22:00:15 -04:00
2013-02-19 23:11:01 -05:00
2013-05-21 22:00:15 -04:00
2011-10-25 21:00:40 -04:00
2013-05-21 22:00:15 -04:00
2011-06-18 20:53:40 -04:00
2013-05-21 22:00:15 -04:00
2012-07-14 18:22:42 -04:00
2013-05-21 22:00:15 -04:00
2013-01-17 21:46:13 +01:00
2013-05-21 22:00:15 -04:00
2012-05-28 14:19:52 -04:00
2011-08-20 12:34:57 -04:00
2013-02-12 22:39:39 -05:00
2013-05-21 22:00:15 -04:00
2011-10-25 21:00:40 -04:00
2011-11-22 22:13:27 -05:00
2013-05-19 14:12:58 -04:00
2013-05-09 22:35:08 -04:00
2013-05-06 22:23:59 -04:00
2012-08-13 22:39:03 -04:00
2011-10-18 21:28:38 -04:00
2013-05-21 22:00:15 -04:00
2011-11-28 22:03:21 -05:00
2013-05-17 22:28:03 -04:00
2011-06-18 20:53:40 -04:00
2013-01-19 18:36:52 -05:00
2013-05-06 22:23:59 -04:00
2012-07-14 18:22:42 -04:00
2012-10-03 22:56:10 -04:00
2011-06-18 20:53:40 -04:00
2013-05-21 22:00:15 -04:00
2012-07-08 08:36:30 -04:00
2011-06-18 20:53:40 -04:00
2011-06-18 20:53:40 -04:00
2013-05-21 22:00:15 -04:00
2011-06-18 20:53:40 -04:00
2013-05-21 22:00:15 -04:00
2013-03-02 17:03:20 -05:00