]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 21 Oct 2007 09:23:49 +0000 (11:23 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Oct 2007 04:00:40 +0000 (00:00 -0400)
commitc32f749fec69f92ce3b076128e6322f8130bd881
tree0ada7de6f324a57dccd4b7bba9eaa05091a252cc
parent5be507fc955bd14643cac1162cfaa592d0e236ba
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors

Fix size_t vs. unsigned long pointer mismatch warnings introduced
with the addition of strbuf_detach().

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-apply.c
builtin-archive.c
diff.c
entry.c