svn commit: samba r18597 - in branches/SAMBA_3_0/source/lib: .

vlendec at samba.org vlendec at samba.org
Sun Sep 17 20:05:10 GMT 2006


Author: vlendec
Date: 2006-09-17 20:05:09 +0000 (Sun, 17 Sep 2006)
New Revision: 18597

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

Log:
A C++ warning
Modified:
   branches/SAMBA_3_0/source/lib/time.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/time.c
===================================================================
--- branches/SAMBA_3_0/source/lib/time.c	2006-09-17 20:01:56 UTC (rev 18596)
+++ branches/SAMBA_3_0/source/lib/time.c	2006-09-17 20:05:09 UTC (rev 18597)
@@ -270,7 +270,7 @@
 	x2 = ((x&0xFFFF)<<16) | ((x&0xFFFF0000)>>16);
 	SIVAL(&x,0,x2);
 
-	return pull_dos_date((void *)&x, zone_offset);
+	return pull_dos_date((const uint8_t *)&x, zone_offset);
 }
 
 /**



More information about the samba-cvs mailing list