summaryrefslogtreecommitdiff
path: root/ace/ACE.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/ACE.h
parentb4df365a8953a7a5b832d4915e9b046e28c7b196 (diff)
downloadATCD-f4d28e9844f94662c4971a9063e65945647a7722.tar.gz
The buffer should always be of type (const char *).
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index ea4f918280c..26756f1f3ff 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -498,7 +498,7 @@ public:
static size_t round_to_pagesize (off_t length);
// Rounds the request to a multiple of the page size.
- static int format_hexdump (const ASYS_TCHAR *buffer, int size,
+ static int format_hexdump (const char *buffer, int size,
ASYS_TCHAR *obuf, int obuf_sz);
// Format buffer into printable format. This is useful for
// debugging.