Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r1151f0b r60c2e1e  
    565565    #define BUFFLEN 1024
    566566    if (retnotice->z_recipient == NULL
    567         || *retnotice->z_recipient == NULL
     567        || *retnotice->z_recipient == 0
    568568        || *retnotice->z_recipient == '@') {
    569569      char buff[BUFFLEN];
Note: See TracChangeset for help on using the changeset viewer.