Index: /trunk/Ohana/src/opihi/dvo/images.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/images.c	(revision 10796)
+++ /trunk/Ohana/src/opihi/dvo/images.c	(revision 10797)
@@ -75,5 +75,6 @@
   SetGraph (graphmode);
   
-  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
+  /* it is not an error for the database not to have any images */
+  if ((image = LoadImages (&Nimage)) == NULL) return (TRUE);
   BuildChipMatch (image, Nimage);
 
