]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
add comment
authorChristopher Faylor <me@cgf.cx>
Sat, 16 Jun 2001 18:50:13 +0000 (18:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 16 Jun 2001 18:50:13 +0000 (18:50 +0000)
choose.cc

index 387ffc6e6bd6913266eb4cc3c65bb8ff8179068b..ba7b65c4c9acec156893922ee9d532d0385f68d0 100644 (file)
--- 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);
This page took 0.035794 seconds and 5 git commands to generate.