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

Collapse All | Expand All

(-)a/src/builtin_printf.cpp (+1 lines)
Lines 444-449 void builtin_printf_state_t::print_direc(const wchar_t *start, size_t length, wc Link Here
444
        case L'X':
444
        case L'X':
445
        case L'd':
445
        case L'd':
446
        case L'i':
446
        case L'i':
447
        case L'o':
447
        case L'u': {
448
        case L'u': {
448
            fmt.append(L"ll");
449
            fmt.append(L"ll");
449
            break;
450
            break;

Return to bug 656246