summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-06-01 17:01:34 +0000
committerJeremy Allison <jra@samba.org>2000-06-01 17:01:34 +0000
commitc2099cfb033c2cdb6035f4f7f50ce21b98e1584d (patch)
treeebd66d1339c8c2664c4c655acb464b4125dd4c30 /source/lib/util_unistr.c
parent864e7bde0e804edbb2425b9c4c7ff271553f8169 (diff)
downloadsamba-c2099cfb033c2cdb6035f4f7f50ce21b98e1584d.tar.gz
samba-c2099cfb033c2cdb6035f4f7f50ce21b98e1584d.tar.xz
samba-c2099cfb033c2cdb6035f4f7f50ce21b98e1584d.zip
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.
Diffstat (limited to 'source/lib/util_unistr.c')
-rw-r--r--source/lib/util_unistr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_unistr.c b/source/lib/util_unistr.c
index 7379bd6811c..792cf2384ab 100644
--- a/source/lib/util_unistr.c
+++ b/source/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;