Jan Braun schrob: > My solution/hack would probably be to just add a > > > && (strchr(opt_pattern,'[') != NULL)
Gah. That ought to be a == NULL. If the opt_pattern does not contain [ print the message.
Jan Braun schrob: > My solution/hack would probably be to just add a > > > && (strchr(opt_pattern,'[') != NULL)
Gah. That ought to be a == NULL. If the opt_pattern does not contain [ print the message.