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

Collapse All | Expand All

(-)a/pluma/pluma-window.c (-2 / +1 lines)
Lines 328-334 pluma_window_key_press_event (GtkWidget *widget, Link Here
328
        g_strcanon (tempsize, "1234567890", '\0');
328
        g_strcanon (tempsize, "1234567890", '\0');
329
        g_strreverse (tempsize);
329
        g_strreverse (tempsize);
330
330
331
        gchar tempfont [strlen (font)];
331
        gchar tempfont [strlen (font) + 1];
332
        strcpy (tempfont, font);
332
        strcpy (tempfont, font);
333
        tempfont [strlen (font) - strlen (tempsize)] = 0;
333
        tempfont [strlen (font) - strlen (tempsize)] = 0;
334
334
335
- 

Return to bug 903860