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

(-)./src/dbus/qdbusutil.cpp (-1 / +1 lines)
Lines 391-397 Link Here
391
        if (isValidNumber(c[0]))
391
        if (isValidNumber(c[0]))
392
            return false;
392
            return false;
393
        for (int j = 0; j < memberName.length(); ++j)
393
        for (int j = 0; j < memberName.length(); ++j)
394
            if (!isValidCharacterNoDash(c[j]))
394
            if (!isValidCharacter(c[j]))
395
                return false;
395
                return false;
396
        return true;
396
        return true;
397
    }
397
    }

Return to bug 320875