From 074079fb5e1520106397d036a66d84c25d3486df Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 15 Feb 2009 13:30:03 +0000 Subject: Most of the interned string lifetimes are at least no shorter than we think they ought to be. svn path=/trunk/libcss/; revision=6532 --- test/parse-auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parse-auto.c') diff --git a/test/parse-auto.c b/test/parse-auto.c index 1bb868b..dfd99ca 100644 --- a/test/parse-auto.c +++ b/test/parse-auto.c @@ -64,7 +64,7 @@ static void dump_string(lwc_string *string, char **ptr); static void *myrealloc(void *data, size_t len, void *pw) { UNUSED(pw); - + return realloc(data, len); } -- cgit v1.2.3