mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Another attempt to fix the printf tests on 32 bit Linux
This commit is contained in:
parent
3ea8d83d3f
commit
e23a60a6bb
|
@ -434,7 +434,7 @@ void builtin_printf_state_t::print_direc(const wchar_t *start, size_t length, wc
|
||||||
break;
|
break;
|
||||||
case L's':
|
case L's':
|
||||||
case L'u':
|
case L'u':
|
||||||
fmt.append(L"l");
|
fmt.append(L"ll");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user