At 12:17 AM -0500 1/4/00, Marc Britten wrote:
>I added a new conf variable for some internal hack that I'm working on,
>however I want to double check and make sure that they didn't leave the
>value blank
>...
>variable being the bad one, but checking for NULL or "" from
>config["variable"] doesn't seem to be working.
Yeah, you want to make sure you're not doing comparisons on pointers.
Most of the code usually checks the length of the string to see if
it's blank. I would assume this will work for you.
Hope that helps,
-Geoff
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.