diff options
author | Richard Hughes <richard@hughsie.com> | 2008-09-03 10:22:34 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-09-03 10:22:34 +0100 |
commit | d400e1ae7cf277af894f570b946cda2c6cd5973e (patch) | |
tree | 09e80608001905b3e5c2181715d802d519e7cb2d | |
parent | 6557463ba25dd51630bd09e2f7c30186e296bb9e (diff) |
bugfix: don't clear the list when we print it
-rw-r--r-- | libdevkit-power/egg-obj-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdevkit-power/egg-obj-list.c b/libdevkit-power/egg-obj-list.c index ba240bd..026b183 100644 --- a/libdevkit-power/egg-obj-list.c +++ b/libdevkit-power/egg-obj-list.c @@ -166,7 +166,6 @@ egg_obj_list_print (EggObjList *list) g_print ("%s\n", text); g_free (text); } - list->len = 0; } /** |