--- uae/src/svgancui.c 2018/04/24 16:42:08 1.1.1.4 +++ uae/src/svgancui.c 2018/04/24 17:16:36 1.1.1.6 @@ -20,7 +20,6 @@ #endif #include -#include "config.h" #include "options.h" #include "uae.h" #include "tui.h" @@ -438,9 +437,9 @@ char *tui_filereq(char *s, char *oldfile pattern = s; if (s[0] != '*') - fprintf(stderr, "Can't handle wildcard %s\n", s); + write_log ("Can't handle wildcard %s\n", s); if (s[1] != 0 && strchr (s+1, '*') != NULL) - fprintf(stderr, "Can't handle wildcard %s\n", s); + write_log ("Can't handle wildcard %s\n", s); for (;!fin;) { struct dirent **names; int i, w, n, l, yp, oldyp, s;