--- uae/src/svgancui.c 2018/04/24 16:42:08 1.1.1.4 +++ uae/src/svgancui.c 2018/04/24 17:05:39 1.1.1.5 @@ -438,9 +438,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;