summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 22:14:43 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 22:14:43 +0000
commitf4d28e9844f94662c4971a9063e65945647a7722 (patch)
tree598d753cc4138546c8a42acb708a14c4565ab9d3 /ace/Log_Msg.h
parentb4df365a8953a7a5b832d4915e9b046e28c7b196 (diff)
downloadATCD-f4d28e9844f94662c4971a9063e65945647a7722.tar.gz
The buffer should always be of type (const char *).
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 1f3260d1bdc..32f6275e42d 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -323,7 +323,7 @@ public:
// sinks.
int log_hexdump (ACE_Log_Priority log_priority,
- const ASYS_TCHAR *buffer,
+ const char *buffer,
int size,
const ASYS_TCHAR *text = 0);
// Method to log hex dump. This is useful for debugging. Calls