< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] an error?


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