diff options
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"); |