From 8374410a360a90a9af32edf57b0be097628f4071 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 16 Jun 2001 18:50:13 +0000 Subject: [PATCH] add comment --- choose.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/choose.cc b/choose.cc index 387ffc6e..ba7b65c4 100644 --- a/choose.cc +++ b/choose.cc @@ -818,6 +818,9 @@ scan2 (char *path, unsigned int size) return; } + /* FIXME: This is really not the right way to do this. We should check + the version number of the "found" tar file and put it in the test slot + if it is newer than curr, the curr slot if it is newer than prev, etc. */ if (hole) { hole->version = strdup (f.ver); -- 2.43.5