From 8bac9c20b6a8bbc117c3791244462d6c24d4567c Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Fri, 18 Jan 2008 23:03:05 +0100 Subject: [PATCH] Broken --- proplib/prop_expand.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proplib/prop_expand.c b/proplib/prop_expand.c index 731c8be..791a7b9 100644 --- a/proplib/prop_expand.c +++ b/proplib/prop_expand.c @@ -1,3 +1,5 @@ +/* Broken, tomorrow will be fixed :) */ + #include #include #include @@ -48,10 +50,11 @@ main(int argc, char *argv[]) if (prop_array_add(pa, ps) == FALSE) { prop_object_release(pa); prop_object_release(ps); - errx(EXIT_FAILURE, "prop_array_add()"); + err(EXIT_FAILURE, "prop_array_add()"); } } +CLEANUP:; /* * Remove references from array and note that * if an expansion has happened before, array's -- 2.11.4.GIT