We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128155d commit cfbc852Copy full SHA for cfbc852
main.c
@@ -250,7 +250,7 @@ int main(int argc, const char **argv)
250
instead_set_debug(opt_debug);
251
restart:
252
if (instead_init(game)) {
253
- fprintf(stdout, "Can not init game: %s\n", game);
+ fprintf(stdout, "Can not init game: %s (%s)\n", game, instead_err());
254
exit(1);
255
}
256
#ifdef _WIN32
0 commit comments