diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-12 00:36:57 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-12 00:36:57 +0000 |
commit | dbd2a18346692282ea98de29b108dcbb96c8bd79 (patch) | |
tree | 8a830e19bcccd19f5c04ae558ac36a14f8a62b3a /TAO/examples/POA/TIE/server.cpp | |
parent | 7a66079989a1a55c00b7cee6e207a951c06d7406 (diff) | |
download | ATCD-dbd2a18346692282ea98de29b108dcbb96c8bd79.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/examples/POA/TIE/server.cpp')
-rw-r--r-- | TAO/examples/POA/TIE/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/TIE/server.cpp b/TAO/examples/POA/TIE/server.cpp index 12dfa0de4be..239a0e2ad5f 100644 --- a/TAO/examples/POA/TIE/server.cpp +++ b/TAO/examples/POA/TIE/server.cpp @@ -218,11 +218,11 @@ main (int argc, char **argv) FILE *output_file_6 = ACE_OS::fopen ("ior_6", "w"); if (output_file_5) - ACE_OS::fprintf (output_file_1, + ACE_OS::fprintf (output_file_5, "%s", fifth_ior.in ()); if (output_file_6) - ACE_OS::fprintf (output_file_1, + ACE_OS::fprintf (output_file_6, "%s", sixth_ior.in ()); |