summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-08 21:58:24 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-08 21:58:24 +0000
commiteaac4014f08f62ba3e64cc179650fe0fe93ea8ba (patch)
treefe251b291754d511eefd193a5610ac4eff05dc5c /source3/smbd/dir.c
parent3a4a2d56befe66e16003a46432ae77f6b6d62c8d (diff)
downloadsamba-eaac4014f08f62ba3e64cc179650fe0fe93ea8ba.tar.gz
samba-eaac4014f08f62ba3e64cc179650fe0fe93ea8ba.tar.bz2
samba-eaac4014f08f62ba3e64cc179650fe0fe93ea8ba.zip
really fixed the warning this time :)
(This used to be commit 64692f292fc610b90de97a85101203946ce65bfa)
Diffstat (limited to 'source3/smbd/dir.c')
-rw-r--r--source3/smbd/dir.c2
1 files changed, 1 insertions, 1 deletions
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);