[reSIProcate] an error?

John Draper lists at webcrunchers.com
Sat Sep 3 21:53:31 CDT 2005


In the WIKI,  in this section:  
http://wiki.resiprocate.org/wiki/index.php?title=Using_Data

I believe I found an error...

Conversion from unsigned integer:
unsigned int myUnsignedInt = 75;
resip::Data data6 = new resip::Data(myUnsignedLong); // data6 contains "-75"

is this right?   shouldn't the "Data(myUnsignedLong)" be 
"Data(myUnsignedInt)"?
and shouldn't data6 contains "-75" be "75"?

John



More information about the resiprocate-devel mailing list