Index: trunk/Ohana/src/opihi/lib.data/page.c
===================================================================
--- trunk/Ohana/src/opihi/lib.data/page.c	(revision 11007)
+++ trunk/Ohana/src/opihi/lib.data/page.c	(revision 12332)
@@ -27,6 +27,4 @@
 Page *GetPage (Book *book, int where) {
 
-  int i;
-
   if (where < 0) where += book[0].Npages;
   if (where < 0) return NULL;
@@ -46,4 +44,5 @@
   if (where >= book[0].Npages) return NULL;
 
+  Nout = -1;
   if (where >= 0) {
     N = -1;
