From 73b57f55b15810f68d79de68787be7e8799117ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 3 Feb 2012 22:03:31 +0100 Subject: [PATCH] Add a note about the sorting of the downloaded files The doxygen comment tells what columns are used in the sorting of the file. --- download.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/download.c b/download.c index 5cb0aea..2c4b85f 100644 --- a/download.c +++ b/download.c @@ -49,6 +49,9 @@ static int NDownloadSuffix=0; Sort the raw log file with the downloaded files. \param report_in The name of the file where to store the sorted entries. + +The file is sorted by columns 3, 1, 2 and 5 that are the columns of the user's ID, the +date, the time and the URL. */ static void download_sort(const char *report_in) { -- 2.47.2