From f0080e5a3979fac94d6668cf6ee9d9f61302839c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 1 Jun 2000 17:01:34 +0000 Subject: Getting back to a compilable state (not there yet but close). Added patches for random -> sys_random. Added set_effective_xxx patches for AFS code. Memory allocation changes in spoolss code. Jeremy. (This used to be commit c2099cfb033c2cdb6035f4f7f50ce21b98e1584d) --- source3/lib/util_unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_unistr.c') diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index 7379bd6811..792cf2384a 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -132,7 +132,7 @@ void unistr_to_ascii(char *dest, const uint16 *src, int len) Pull a DOS codepage string out of a UNICODE array. len is in bytes. ********************************************************************/ -void unistr_to_dos(char *dest, char *src, size_t len) +void unistr_to_dos(char *dest, const char *src, size_t len) { char *destend = dest + len; -- cgit