chiark / gitweb /
Properly wait for /w output to appear
[ypp-sc-tools.db-live.git] / pctb / convert.c
index c79477f80394810b5ead5abe7644500379693945..3bc7554525e9299968c26196bb19ad1f23b420d8 100644 (file)
@@ -292,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);
     }