mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 04:58:25 +08:00
Merge pull request #4444 from trofi/master
Fix 'printf "%o"' handling on powerpc64
This commit is contained in:
commit
cebb63c1b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user