On Wednesday 29 September 2004 08:07, Dave Yeo wrote:
> Hi, here EMX (under OS/2) uses a nonstandard size_t breaking Menu.cc.
> Fix is to do a static_cast eg changing around line 363 this
> index = std::min(index, _items.size());
> to this
> index = std::min(static_cast<size_t>(index), _items.size());
> If this doesn't break anything could this be changed in CVS?

Sure can, I just put this into CVS ;)

> Dave

-- 
Bradley T. Hughes - bhughes at trolltech.com
Trolltech AS - Waldemar Thranes gt. 98 N-0175 Oslo, Norway

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to