On Jul 17, 2007, at 10:31 AM, [EMAIL PROTECTED] wrote:
+ if (*(workers->s->route) && strcmp(workers->s->route, route) == 0) {

Is that right? I'm guessing the 1st check was to make sure
that workers->s->route wasn't NULL (and therefore the strcmp
didn't dump), but instead you're checking that the 1st
character isn't '\0'... or was that the intent?

Reply via email to