Hello,

The attached patch fixes the problem, which is caused by a curses
function being called before the curses init function.

        Sami

--- crawl-4.0.0beta26/source/acr.cc     2005-05-29 22:04:16.379732344 +0300
+++ crawl-fixed/source/acr.cc   2005-05-29 22:03:49.155871000 +0300
@@ -244,7 +244,6 @@
     {
         printf( " Best Crawlers -" EOL );
         hiscores_print_list( Options.sc_entries, Options.sc_format );
-               get_ch();
         exit(0);
     }
 

Attachment: signature.asc
Description: Digital signature

Reply via email to