On Wed, 2008-07-02 at 11:50 -0500, [EMAIL PROTECTED] wrote: > Project > sipX > New Revision > 10717 > Committer > ipse (Alexander Chemeris) > Date > 2008-07-02 11:50:56 -0500 (Wed, 02 > Jul 2008) > Log > > Do not use UTL_NOT_FOUND with int, it is causing wrong behaviour on x86_64. > > > > Modified: > * branches/sipXtapi/sipXtackLib/include/net/SdpBody.h > * branches/sipXtapi/sipXtackLib/src/net/SdpBody.cpp
I believe this issue was discovered and corrected in the work for porting to 64-bits by changing the variable type to "ssize_t". I don't know the relationship between the sipXtapi branch and main, but if you are going to be compiling for 64-bit machines, you might want to look at the 64 bit changes that were made. -ke _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
