Another attempt to fix the printf tests on 32 bit Linux

This commit is contained in:
ridiculousfish 2013-04-03 18:23:31 -07:00
parent 3ea8d83d3f
commit e23a60a6bb

View file

@ -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;