diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-14 14:56:10 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-14 14:56:10 +0000 |
commit | 6e772251d61b2a0f24ff7f5f453a1a5a13eb1a6a (patch) | |
tree | 7b0131de609a1a113fa448a7d5ece7c41fbafeef /TAO/examples/RTScheduling | |
parent | 17a86c7d1a74bd38a52140fd1e6498ab7f8a066c (diff) | |
download | ATCD-6e772251d61b2a0f24ff7f5f453a1a5a13eb1a6a.tar.gz |
Sat Jul 14 14:43:31 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/examples/RTScheduling')
-rw-r--r-- | TAO/examples/RTScheduling/DT_Creator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/RTScheduling/DT_Creator.cpp b/TAO/examples/RTScheduling/DT_Creator.cpp index 7d47d03a47a..598bca10c55 100644 --- a/TAO/examples/RTScheduling/DT_Creator.cpp +++ b/TAO/examples/RTScheduling/DT_Creator.cpp @@ -550,7 +550,7 @@ DT_Creator::check_ifexit (void) FILE* log_file = ACE_OS::fopen (log_file_name_, "w"); - if (log_file != NULL) + if (log_file != 0) { // first dump what the caller has to say. ACE_OS::fprintf (log_file, "Log File\n"); |