User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2
Peter Slegg wrote:
*((long **)p_answ)++/*[3..4]*/ = gsi_;
Split that into 2 lines (untested):
*((long **)p_answ)/*[3..4]*/ = gsi_;
p_answ += 2;
Still not type clean, but it will work as expected.
--
Vincent Rivière