mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 12:01:11 -03:00
Merge pull request #4444 from trofi/master
Fix 'printf "%o"' handling on powerpc64
This commit is contained in:
@@ -444,6 +444,7 @@ void builtin_printf_state_t::print_direc(const wchar_t *start, size_t length, wc
|
||||
case L'X':
|
||||
case L'd':
|
||||
case L'i':
|
||||
case L'o':
|
||||
case L'u': {
|
||||
fmt.append(L"ll");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user