From eaac4014f08f62ba3e64cc179650fe0fe93ea8ba Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Oct 1998 21:58:24 +0000 Subject: really fixed the warning this time :) (This used to be commit 64692f292fc610b90de97a85101203946ce65bfa) --- source3/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 5b7b08b476..db2de23f6d 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); -- cgit