|
发表于 2003-9-12 17:26:51
|
显示全部楼层
It means there's a bug in IglooFTP. Put the following patch in
/usr/ports/ftp/IglooFTP/files/patch-ad and rebuild the port, then
things should work better.
$.02,
/Mikko
patch-ad:
--- dir_tree.c.org Sat Jul 5 14:26:53 2003
+++ dir_tree.c Sat Jul 5 14:27:02 2003
@@ -153,7 +153,6 @@
new_ptr[0] = 'B';
gtk_ctree_node_set_row_data_full (ctree, parent, strdup (new_ptr), (GtkDestroyNotify) free);
free (new_ptr);
- free (ptr); // verify that this is a good thing to do
PARENT_BROWSED_FLAG = TRUE;
}
===================================================================
But i do not know how to get the patch. |
|