diff searching.c @ 89:0fbef4901e2c src

Add a comment so I can tell which version of the CVS a user is using. Also add a FIXME to remind me to fix the Chapter number display.
author jcdutton
date Tue, 03 Sep 2002 00:41:48 +0000
parents 929f732a0135
children eeabf5a51b2b
line wrap: on
line diff
--- a/searching.c	Mon Sep 02 03:20:01 2002 +0000
+++ b/searching.c	Tue Sep 03 00:41:48 2002 +0000
@@ -344,6 +344,7 @@
   vts_ttn = this->vm->state.VTS_TTN_REG;
   vts = this->vm->state.vtsN;
 
+  /* FIXME: pr should be found by searching the VTS_SRPT table. Not just the pgN */
   if(pr) {
     *pr = this->vm->state.pgN;
   }