]> sjero.net Git - wget/commitdiff
[svn] *** empty log message ***
authorhniksic <devnull@localhost>
Fri, 6 May 2005 11:03:21 +0000 (04:03 -0700)
committerhniksic <devnull@localhost>
Fri, 6 May 2005 11:03:21 +0000 (04:03 -0700)
src/utils.c

index 6fbeaa7fbc507a83b19ca900ab15945b2d3886d5..04968e6226e2b9f7d81baa1acf376f6593cb6a30 100644 (file)
@@ -1982,7 +1982,7 @@ base64_decode (const char *base64, char *to)
 #undef NEXT_BASE64_CHAR
 \f
 /* 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,