Re: glib and XML

2005-03-03 Thread Tim ¼ller
On Thursday 03 March 2005 19:51, André Pedralho wrote: > My XML has some recursions e.g. > > 1 > 2some text > 3some name > 4some text > 5 > 6 another name > 7 some text > 8 > 9 some text > 10 some name > 11 > > How can you see, there is a (line 5) tag insi

Re: g_ptr_array_sort crash

2005-02-13 Thread Tim ¼ller
On Sunday 13 February 2005 08:06, Gyözö Both wrote: > i'm sorting a pointer array and every once in a while i get a segfault. > i'm checking the pointers before sorting with > g_ptr_array_sort_with_data, and they are fine. the data i pass, an > integer (with GINT_TO_POINTER) is also all right. > >