Changeset 214:3c9256cffd7b for color.c
Legend:
- Unmodified
- Added
- Removed
-
color.c
r122 r214 319 319 { 320 320 strcpy(buf,tmp->pattern); 321 mutt_check_simple (buf, sizeof (buf), SimpleSearch);321 mutt_check_simple (buf, sizeof (buf), NONULL(SimpleSearch)); 322 322 tmp->color_pattern = mutt_pattern_comp (buf, M_FULL_MSG, err); 323 323 } … … 528 528 529 529 strfcpy (tempbuf, buf->data, sizeof (tempbuf)); 530 mutt_check_simple (tempbuf, sizeof (tempbuf), SimpleSearch);530 mutt_check_simple (tempbuf, sizeof (tempbuf), NONULL(SimpleSearch)); 531 531 if ((pat = mutt_pattern_comp (tempbuf, M_FULL_MSG, err)) == NULL) 532 532 { … … 684 684 685 685 strfcpy (tempbuf, buf->data, sizeof (tempbuf)); 686 mutt_check_simple (tempbuf, sizeof (tempbuf), SimpleSearch);686 mutt_check_simple (tempbuf, sizeof (tempbuf), NONULL(SimpleSearch)); 687 687 if ((pat = mutt_pattern_comp (tempbuf, M_FULL_MSG, err)) == NULL) 688 688 {
