X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c238c9146d442d543755c5e0d35daea7d25483cf..2fadbbc60560fe8562d7b6e652f8788c1d084d5f:/cgi/macros-disorder.c diff --git a/cgi/macros-disorder.c b/cgi/macros-disorder.c index d549e10..8e891d6 100644 --- a/cgi/macros-disorder.c +++ b/cgi/macros-disorder.c @@ -855,6 +855,7 @@ static int exp__files_dirs(int nargs, if(fn(dcgi_client, dir, re, &tracks, &ntracks)) return 0; /* Sort it. NB trackname_transform() does not go to the server. */ + /* TODO use tracksort_init */ e = xcalloc(ntracks, sizeof *e); for(n = 0; n < ntracks; ++n) { e[n].track = tracks[n];