Scott Moak <scott.moak <at> mybrainoncode.com> writes: > - if (param) { > + if (strlen(param) > 0) { Please squash your patches. Carl Eugen