mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +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;
|
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 a new issue