From: Rusty Russell Date: Tue, 20 Nov 2012 05:17:30 +0000 (+1030) Subject: tal: Make tal_resize() easier to use. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=7ca46909f86e8bbad4e4bb19cac1a75d4ebf3df6;hp=7ca46909f86e8bbad4e4bb19cac1a75d4ebf3df6 tal: Make tal_resize() easier to use. Instead of trying to force people to use the return value, pass a pointer. This makes it easier if you want to handle failure: no overwriting the old pointer! Signed-off-by: Rusty Russell ---