Re: [Sofia-sip-devel] bug fix in su_time0.c for MacOS X 64bit

2011-08-18 Thread Pekka Pessi
2011/7/11 Frode Isaksen : > There is a bug in su_time0.c for MacOS X 64bit since the field tv_sec in > struct timeval is 64bits instead of 32bits as in su_time_t, so you cannot > cast su_time_t to struct timeval. This patch fixes this: Thanks. I've applied the patch. -- Pekka.Pessi mail at nok

[Sofia-sip-devel] bug fix in su_time0.c for MacOS X 64bit

2011-07-11 Thread Frode Isaksen
There is a bug in su_time0.c for MacOS X 64bit since the field tv_sec in struct timeval is 64bits instead of 32bits as in su_time_t, so you cannot cast su_time_t to struct timeval. This patch fixes this: FrodesMacBook:su fisaksen$ diff -u su_time0.c.orig su_time0.c --- su_time0.c.orig 2011-0