Paolo Bonzini wrote:
> > +    ASSERT (strlen (currency)>= 0);
> 
> Isn't this asser bogus since strlen returns size_t?  Or are you just 
> testing that it doesn't return rubbish?

It's a test whether the result is non-NULL and a valid pointer.

Bruno

Reply via email to