IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/page.c

    r11007 r12332  
    2727Page *GetPage (Book *book, int where) {
    2828
    29   int i;
    30 
    3129  if (where < 0) where += book[0].Npages;
    3230  if (where < 0) return NULL;
     
    4644  if (where >= book[0].Npages) return NULL;
    4745
     46  Nout = -1;
    4847  if (where >= 0) {
    4948    N = -1;
Note: See TracChangeset for help on using the changeset viewer.