Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 27 Jul 2003 02:40:06 +0000 (02:40 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 27 Jul 2003 02:40:06 +0000 (02:40 +0000)
commit6c9056029bb3dfadb244f301598e12e69493fff9
tree9dd7701ef8527718eba4b48cb4271deef9b29664
parent912035af1178424583d0bf887a391a0cac2acd87
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.

Remove strdup_upper/strdup_lower from their old file, now that they have
been moved to charcnv.c

Note that string_replace assumes that s is a pstring.  (doco change only)

Andrew Bartlett
source/lib/charcnv.c
source/lib/util_str.c