chiark / gitweb /
speed problems
[ypp-sc-tools.db-test.git] / pctb / convert.c
index 21445c563b6108ed117304c8a27fb9eb4fdd23ab..3bc7554525e9299968c26196bb19ad1f23b420d8 100644 (file)
@@ -283,6 +283,7 @@ int main(int argc, char **argv) {
     open_screenshot_file("w");
     if (o_flags & ff_singlepage) take_one_screenshot();
     else take_screenshots();
+    progress_log("OK for you to move the mouse now.");
   }
   if (o_mode & mf_readscreenshot) {
     open_screenshot_file("r");
@@ -291,7 +292,7 @@ int main(int argc, char **argv) {
   }
   if (o_mode & mf_analyse) {
     if (o_flags & ff_needisland) {
-      find_islandname();
+      find_islandname(page0_rgbimage);
       if (o_flags & ff_printisland)
        printf("%s, %s\n", archipelago, island);
     }