From: Frédéric Marchal Date: Fri, 3 Feb 2012 21:03:31 +0000 (+0100) Subject: Add a note about the sorting of the downloaded files X-Git-Tag: v2.3.3-pre1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73b57f55b15810f68d79de68787be7e8799117ad;p=thirdparty%2Fsarg.git Add a note about the sorting of the downloaded files The doxygen comment tells what columns are used in the sorting of the file. --- 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) {