cosider different size of size_t type on 32bits and 64bits arches
This commit is contained in:
@@ -860,7 +860,7 @@ Window &Window::operator<<(const wstring &ws)
|
||||
|
||||
Window &Window::operator<<(size_t s)
|
||||
{
|
||||
wprintw(itsWindow, "%u", s);
|
||||
wprintw(itsWindow, SIZE_T_FORMAT, s);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user