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.cvs/src/classes/MessageView.cpp (-1 / +1 lines)
Lines 2454-2460 Link Here
2454
   CHECK( !cidOrig.empty(), false, "empty CID not allowed" );
2454
   CHECK( !cidOrig.empty(), false, "empty CID not allowed" );
2455
2455
2456
   String cid;
2456
   String cid;
2457
   if ( *cidOrig.begin() == '<' && *cidOrig.rbegin() == '>' )
2457
   if ( *cidOrig.begin() == '<' && cidOrig.length() == '>' )
2458
      cid.assign(cidOrig, 1, cidOrig.length() - 2);
2458
      cid.assign(cidOrig, 1, cidOrig.length() - 2);
2459
   else
2459
   else
2460
      cid = cidOrig;
2460
      cid = cidOrig;

Return to bug 143894