IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2008, 11:29:20 AM (18 years ago)
Author:
eugene
Message:

adding book shuffle function

File:
1 edited

Legend:

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

    r16466 r16631  
    2929    ALLOCATE (book[0].pages, Page *, book[0].NPAGES);
    3030    ALLOCATE (book[0].pageIDs, char *, book[0].NPAGES);
    31     ALLOCATE (book[0].index, int, book[0].NPAGES);
     31    // ALLOCATE (book[0].index, int, book[0].NPAGES);
    3232}
    3333
     
    4343    free (book[0].pages);
    4444    free (book[0].pageIDs);
    45     free (book[0].index);
     45    // free (book[0].index);
    4646    free (book);
    4747}
Note: See TracChangeset for help on using the changeset viewer.