diff options
Diffstat (limited to 'libopkg/opkg_utils.c')
-rw-r--r-- | libopkg/opkg_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |