From: Andrew Tridgell Date: Thu, 8 Oct 1998 21:58:24 +0000 (+0000) Subject: really fixed the warning this time :) X-Git-Tag: samba-4.0.0alpha6~801^2~21509 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=eaac4014f08f62ba3e64cc179650fe0fe93ea8ba really fixed the warning this time :) (This used to be commit 64692f292fc610b90de97a85101203946ce65bfa) --- diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 5b7b08b4760..db2de23f6de 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -355,7 +355,7 @@ BOOL dptr_fill(char *buf1,unsigned int key) return(False); } offset = TellDir(p); - DEBUG(6,("fill on key %ld dirptr 0x%lx now at %d\n",key, + DEBUG(6,("fill on key %u dirptr 0x%lx now at %d\n",key, (long)p,(int)offset)); buf[0] = key; SIVAL(buf,1,offset | DPTR_MASK);