Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 143894 | Differences between
and this patch

Collapse All | Expand All

(-)mahogany-0.67/src/classes/MessageView.cpp.orig (-1 / +1 lines)
Lines 2474-2478 Link Here
2474
2474
2475
   String cid;
2475
   String cid;
2476
   if ( *cidOrig.begin() == '<' && *cidOrig.rbegin() == '>' )
2476
   if ( *cidOrig.begin() == '<' && cidOrig.Last() == '>' )
2477
      cid.assign(cidOrig, 1, cidOrig.length() - 2);
2477
      cid.assign(cidOrig, 1, cidOrig.length() - 2);
2478
   else
2478
   else

Return to bug 143894