git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3a4a2d5
)
really fixed the warning this time :)
author
Andrew Tridgell
<tridge@samba.org>
Thu, 8 Oct 1998 21:58:24 +0000
(21:58 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 8 Oct 1998 21:58:24 +0000
(21:58 +0000)
(This used to be commit
64692f292fc610b90de97a85101203946ce65bfa
)
source3/smbd/dir.c
patch
|
blob
|
history
diff --git
a/source3/smbd/dir.c
b/source3/smbd/dir.c
index 5b7b08b4760020159b513ee367be2216888922d2..db2de23f6de1f2e588ad2c5cbbfc2ad1dbf2a891 100644
(file)
--- 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);
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);
(long)p,(int)offset));
buf[0] = key;
SIVAL(buf,1,offset | DPTR_MASK);