comparison 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
comparison
equal deleted inserted replaced
88:929f732a0135 89:0fbef4901e2c
342 } 342 }
343 343
344 vts_ttn = this->vm->state.VTS_TTN_REG; 344 vts_ttn = this->vm->state.VTS_TTN_REG;
345 vts = this->vm->state.vtsN; 345 vts = this->vm->state.vtsN;
346 346
347 /* FIXME: pr should be found by searching the VTS_SRPT table. Not just the pgN */
347 if(pr) { 348 if(pr) {
348 *pr = this->vm->state.pgN; 349 *pr = this->vm->state.pgN;
349 } 350 }
350 351
351 /* Search TT_SRPT for title */ 352 /* Search TT_SRPT for title */