Re: [pacman-dev] [PATCH 1/5] util: Use util-common for strndup in pacsort and pactree

2015-02-27 Thread Allan McRae
On 27/02/15 08:04, Will Miles wrote: This small refactor reduces the number of replications of the local imeplementation of strndup. Typo ^ Fixed and pulled to my patchqueue. Signed-off-by: Will Miles wmi...@sgl.com --- src/util/Makefile.am | 4 ++-- src/util/pacsort.c | 23

[pacman-dev] [PATCH 1/5] util: Use util-common for strndup in pacsort and pactree

2015-02-26 Thread Will Miles
This small refactor reduces the number of replications of the local imeplementation of strndup. Signed-off-by: Will Miles wmi...@sgl.com --- src/util/Makefile.am | 4 ++-- src/util/pacsort.c | 23 +-- src/util/pactree.c | 24 ++--