Changeset 12332 for trunk/Ohana/src/opihi/lib.data/page.c
- Timestamp:
- Mar 8, 2007, 12:21:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/page.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/page.c
r11007 r12332 27 27 Page *GetPage (Book *book, int where) { 28 28 29 int i;30 31 29 if (where < 0) where += book[0].Npages; 32 30 if (where < 0) return NULL; … … 46 44 if (where >= book[0].Npages) return NULL; 47 45 46 Nout = -1; 48 47 if (where >= 0) { 49 48 N = -1;
Note:
See TracChangeset
for help on using the changeset viewer.
