mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Another attempt to fix the printf tests on 32 bit Linux
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user