Author: jerry
Date: 2005-04-07 03:24:02 +0000 (Thu, 07 Apr 2005)
New Revision: 6231

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6231

Log:
Herb,  I think this checkin was a mistake.  Are you sure this is
what you meant to change?  

Fix build breakage....


Modified:
   branches/SAMBA_3_0/source/lib/util_unistr.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util_unistr.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util_unistr.c 2005-04-06 23:50:48 UTC (rev 
6230)
+++ branches/SAMBA_3_0/source/lib/util_unistr.c 2005-04-07 03:24:02 UTC (rev 
6231)
@@ -113,7 +113,7 @@
        if (len1 == 0) return 0;
        len2 = convert_string(CH_DOS, CH_UCS2, buf, len1, &c2, 2,False);
        if (len2 != 2) return 0;
-       return (c == *c2);
+       return (c == c2);
 }
 
 

Reply via email to