On Sun, 22 Jun 2003 21:16:45 Christian Biere <[EMAIL PROTECTED]> wrote:
<snipped>
"clayton rollins" <[EMAIL PROTECTED]> wrote:
> #6 0x80d7af4 in uploads_gui_update_display (now=1055294330) at > uploads_gui2.c:437 > data = (upload_row_data_t *) 0x894f040
If you ever see this again, could you do a p (char *)data ? Because gtk_tree_model_get() seems to return the data from the wrong column in this case. The last time I tried it, data pointed to the string which is shown in the status column.
This is from that same bt. (the latter one.)
(gdb) p*data
$1 = {handle = 2, valid = 1, start_date = 143979328, last_update = 1055294330,
range_start = 0, range_end = 983, status = 416}
(gdb) p (char *)data
$2 = 0x894f040 "\002"
Peace, Clayton
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
