On 2013/05/16 4:08 PM, Ariel Constenla-Haile wrote:
On Thu, May 16, 2013 at 09:03:26AM -0500, jorge ivan poot diaz wrote:
Hello Ariel,

In my local directory:
size_t operator()( const char* p) const {
         size_t n = 0;
         while( *p)
             n += 4*n + *static_cast<unsigned char*>(p++);
         return n;

Update your local copy, Herbert fixed this already.

Yup. Sorry again. It worked on my current main system which defaults to unsigned chars...

Herbert



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to