Date: Mon Oct 21 03:47:52 2002
Author: tridge
Update of /home/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv9876
Modified Files:
util_unistr.c
Log Message:
reverted an incorrect fix. What I was trying to do was fix a problem
with filenames with spaces in mangle_hash.c but the real problem is
that mangle_hash.c assumes that the set of valid characters for 8.3
names is the same as the set of valid characters for long names. Thats
an invalid assumption, with space being the obvious example.
Revisions:
util_unistr.c 1.95 => 1.96
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_unistr.c?r1=1.95&r2=1.96