summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_l.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-16 20:36:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-16 20:36:49 +0000
commit45ffeb8f8965802e3b5ce91fe0253be864bc4639 (patch)
tree37e3b6ac3811362214c5bf4c182c21a7e4540027 /ace/Svc_Conf_l.cpp
parent25c915b33b4e300f3893548d48d22092ef6651f8 (diff)
downloadATCD-45ffeb8f8965802e3b5ce91fe0253be864bc4639.tar.gz
ChangeLogTag:Sun Jan 16 10:49:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Conf_l.cpp')
-rw-r--r--ace/Svc_Conf_l.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp
index 01ac8d3bac5..6d217119eed 100644
--- a/ace/Svc_Conf_l.cpp
+++ b/ace/Svc_Conf_l.cpp
@@ -1519,7 +1519,7 @@ FILE *file;
#if ACE_YY_NEVER_INTERACTIVE
b->ace_yy_is_interactive = 0;
#else
- b->ace_yy_is_interactive = file ? (ACE_OS::isatty(file) ) > 0) : 0;
+ b->ace_yy_is_interactive = file ? (ACE_OS::isatty((ACE_HANDLE) fileno (file)) ) > 0) : 0;
#endif
#endif
}