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

(-)kopete-3.5.10-r4-orig/work/kopete-3.5.10/kopete/protocols/oscar/liboscar/rtf.cc (-1 / +1 lines)
Lines 2131-2137 Link Here
2131
2131
2132
        FontDef& def = p->fonts[m_nFont-1];
2132
        FontDef& def = p->fonts[m_nFont-1];
2133
2133
2134
        char *pp = strchr(str, ';');
2134
        const char *pp = strchr(str, ';');
2135
        unsigned size;
2135
        unsigned size;
2136
        if (pp != NULL)
2136
        if (pp != NULL)
2137
           size = (pp - str);
2137
           size = (pp - str);
(-)kopete-3.5.10-r4-orig/work/kopete-3.5.10/kopete/protocols/oscar/liboscar/rtf.ll (-1 / +1 lines)
Lines 568-574 Link Here
568
568
569
        FontDef& def = p->fonts[m_nFont-1];
569
        FontDef& def = p->fonts[m_nFont-1];
570
570
571
        char *pp = strchr(str, ';');
571
        const char *pp = strchr(str, ';');
572
        unsigned size;
572
        unsigned size;
573
        if (pp != NULL)
573
        if (pp != NULL)
574
           size = (pp - str);
574
           size = (pp - str);

Return to bug 270601