Killed warning.
* netlist.c: (glibtop_get_netlist_s): Killed warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-11-13 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* netlist.c: (glibtop_get_netlist_s): Killed warning.
|
||||||
|
|
||||||
2004-10-26 Benoît Dejean <tazforever@dlfp.org>
|
2004-10-26 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* proctime.c: (glibtop_get_proc_time_s): Set .rtime. At last !
|
* proctime.c: (glibtop_get_proc_time_s): Set .rtime. At last !
|
||||||
|
@@ -79,6 +79,6 @@ glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
|
|||||||
|
|
||||||
g_ptr_array_add(devices, NULL);
|
g_ptr_array_add(devices, NULL);
|
||||||
|
|
||||||
return g_ptr_array_free(devices, FALSE);
|
return (char**) g_ptr_array_free(devices, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user