From db075536c31675d1538c5fb941936bda3927a537 Mon Sep 17 00:00:00 2001 From: hniksic <devnull@localhost> Date: Fri, 6 May 2005 04:03:21 -0700 Subject: [PATCH] [svn] *** empty log message *** --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 6fbeaa7f..04968e62 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1982,7 +1982,7 @@ base64_decode (const char *base64, char *to) #undef NEXT_BASE64_CHAR /* Simple merge sort for use by stable_sort. Implementation courtesy - Zeljko Vrba. */ + Zeljko Vrba with additional debugging by Nenad Barbutov. */ static void mergesort_internal (void *base, void *temp, size_t size, size_t from, size_t to,