From 99be91a0fdb86a6826a0cdcf8bede14b7d01c9a8 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Thu, 12 Nov 2009 01:26:26 -0500 Subject: Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too. git-svn-id: http://opkg.googlecode.com/svn/trunk@289 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_utils.c') diff --git a/libopkg/opkg_utils.c b/libopkg/opkg_utils.c index d40999f..2bb7c2e 100644 --- a/libopkg/opkg_utils.c +++ b/libopkg/opkg_utils.c @@ -48,7 +48,7 @@ long unsigned int get_available_blocks(char * filesystem) } /* something to remove whitespace, a hash pooper */ -char *trim_alloc(const char *src) +char *trim_xstrdup(const char *src) { const char *end; -- cgit v0.9.1