
4 Dec
2010
4 Dec
'10
3:44 p.m.
On Sat, 2010-12-04 at 05:34 -0500, Mike Frysinger wrote:
On Friday, December 03, 2010 23:28:51 Steve Sakoman wrote:
- if (!config_file || !strlen(config_file)) {
strlen is a bad bad idea. if you only want to see if it's non-empty, check the first byte.
I'll correct this in the next revision.
Thanks for reviewing the code!
Steve