Changeset 2526:29a0da0a0d69 for buffy.c

Show
Ignore:
Timestamp:
2001-08-06 02:04:46 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Another little MH buffy bug. From Len Lattanzi
<Len.Lattanzi@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r2523 r2526  
    358358 
    359359      case M_MH: 
    360         tmp->new = mh_buffy (tmp->path); 
     360        if ((tmp->new = mh_buffy (tmp->path)) > 0) 
     361          BuffyCount++; 
    361362        break; 
    362363