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

(-)src/rrd_cgi.c.dist (-1 / +1 lines)
Lines 988-994 Link Here
988
        if (buf == NULL) {
988
        if (buf == NULL) {
989
            return stralloc("[ERROR: allocating strftime buffer]");
989
            return stralloc("[ERROR: allocating strftime buffer]");
990
        };
990
        };
991
        last = rrd_last(argc + 1, (char **) args - 1);
991
        last = rrd_last_r(args[0]);
992
        if (rrd_test_error()) {
992
        if (rrd_test_error()) {
993
            char     *err =
993
            char     *err =
994
                malloc((strlen(rrd_get_error()) +
994
                malloc((strlen(rrd_get_error()) +

Return to bug 302912