> Index: crossfire/common/re-cmp.c [...] > + else if (str+1 != 0) > + return re_cmp(str+1, regexp); IMHO, this check can't be correct: str is a string (declared as "char *str"). Therefore "str+1 != 0" is always true. _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel