mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Another attempt to fix the printf tests on 32 bit Linux
This commit is contained in:
parent
3ea8d83d3f
commit
e23a60a6bb
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ void builtin_printf_state_t::print_direc(const wchar_t *start, size_t length, wc
|
|||
break;
|
||||
case L's':
|
||||
case L'u':
|
||||
fmt.append(L"l");
|
||||
fmt.append(L"ll");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue