Changeset 3597:302fa8a01ccb for buffy.c
Legend:
- Unmodified
- Added
- Removed
-
buffy.c
r3447 r3597 507 507 case 0: 508 508 509 s = '\0';509 *s = '\0'; 510 510 break; 511 511 … … 516 516 if (!tmp) 517 517 { 518 s = '\0';518 *s = '\0'; 519 519 mutt_buffy_check (1); /* buffy was wrong - resync things */ 520 520 break; … … 542 542 if (count >= 3) 543 543 { 544 s = '\0';544 *s = '\0'; 545 545 mutt_buffy_check (1); /* buffy was wrong - resync things */ 546 546 break;
