< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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