On Sat, 18 Jan 2003, Tomas Frydrych wrote: > > MSVC complains: no return value; not sure whether the lacking > return statement is an oversight, or whether the return value should > be changed from sint to void -- I will leave that to Martin. >
Hi Tomas,
Thanks very much! I'm about to commit a fix for this. You bug
report also explain why my code wasn't working :-) I should have just put
in:
return length;
at the end of the method.
Cheers
Martin
