Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 489872
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ssmtp-2.64/ssmtp.c  2009-11-23 10:55:11.000000000 +0100
0
++ ssmtp.c     2013-10-30 13:43:30.000000000 +0100
Lines 433-439 Link Here
433
       (void)fprintf(stderr, "*** from_strip(): str = [%s]\n", str);
433
       (void)fprintf(stderr, "*** from_strip(): str = [%s]\n", str);
434
#endif
434
#endif
435
       if(strncmp("From:", str, 5) == 0) {
435
       if(strncasecmp("From:", str, 5) == 0) {
436
               str += 5;
436
               str += 5;
437
       }
437
       }

Return to bug 489872