]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
consolehook: missing parameter (presumably supposed to be stdout)
authorFrode Solheim <frode@fs-uae.net>
Sat, 5 Sep 2015 14:51:44 +0000 (16:51 +0200)
committerFrode Solheim <frode@fs-uae.net>
Sat, 5 Sep 2015 14:51:44 +0000 (16:51 +0200)
consolehook.cpp

index 8fd32b5fa3c02e63470290e8c6133ca3e91edb55..8002fa3654fdad61921d8438207967d3de460758 100644 (file)
@@ -106,7 +106,7 @@ uaecptr consolehook_beginio (uaecptr request)
                buf = xmalloc (TCHAR, len + 1);
                au_copy (buf, len, src);
                buf[len] = 0;
-               f_out (_T("%s"), buf);
+               f_out (stdout, _T("%s"), buf);
                xfree (buf);
        } else if (cmd == CMD_READ) {