From 856949a5f99c312af4f0154def5b8d0c4a43c0dd Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 11 Oct 2013 08:08:36 -0400 Subject: [PATCH] I need to test this code on msvc now. --- msvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc.c b/msvc.c index d1273c6..e6e9256 100644 --- a/msvc.c +++ b/msvc.c @@ -231,5 +231,5 @@ struct dirent *platform_readdir(DIR *dir) { } int platform_istty(int fd) { - return _istty(fd); + return _isatty(fd); } -- 2.39.2