On 10/22/2010 02:06 AM, Bruno Haible 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?
Paolo
On 10/22/2010 02:06 AM, Bruno Haible 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?
Paolo