1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] *** empty log message ***

This commit is contained in:
hniksic 2005-05-06 04:03:21 -07:00
parent b13dbbcfff
commit db075536c3

View File

@ -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,