summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_l.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-17 16:01:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-17 16:01:27 +0000
commit26d662064cefbefc60761612a5f9d3efa58e681a (patch)
tree3d838d90edb1a174a46451e7ead2526cd183205f /ace/Svc_Conf_l.cpp
parent0e9f6eb8ac465f42173c2f6406b53acc0cf5d2c5 (diff)
downloadATCD-26d662064cefbefc60761612a5f9d3efa58e681a.tar.gz
.
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 3fe6a8d071f..1b6816ab067 100644
--- a/ace/Svc_Conf_l.cpp
+++ b/ace/Svc_Conf_l.cpp
@@ -1553,7 +1553,7 @@ ace_yywrap (void)
void
ace_yy_delete_parse_buffer (void)
{
- if (ace_yy_current_buffer)
+ if (ace_yy_current_buffer != 0)
{
ace_yy_delete_buffer (ace_yy_current_buffer);
ace_yy_current_buffer = 0;