From: Christopher Faylor Date: Sat, 16 Jun 2001 18:50:13 +0000 (+0000) Subject: add comment X-Git-Tag: Z-cygwin_daemon_merge-new_HEAD~32 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=8374410a360a90a9af32edf57b0be097628f4071;p=cygwin-apps%2Fsetup.git add comment --- 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);