From be31abeeb9bd47cea6406f48a12b005e1f81ad78 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 14 Aug 2004 07:03:12 +0000 Subject: ChangeLogTag:Fri Aug 13 23:26:56 2004 Ossama Othman --- ace/Logging_Strategy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Logging_Strategy.cpp') diff --git a/ace/Logging_Strategy.cpp b/ace/Logging_Strategy.cpp index e6082f71397..73acccd0e0e 100644 --- a/ace/Logging_Strategy.cpp +++ b/ace/Logging_Strategy.cpp @@ -232,7 +232,7 @@ ACE_Logging_Strategy::ACE_Logging_Strategy (void) ACE_TCHAR[MAXPATHLEN + 1]); // Get the temporary directory - if (ACE_Lib_Find::get_temp_dir + if (ACE::get_temp_dir (this->filename_, MAXPATHLEN - 7) == -1) // 7 for "logfile" { -- cgit v1.2.1