Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix type-mismatch compiler warning from diff_populate_filespec()
author
René Scharfe
<rene.scharfe@lsrfire.ath.cx>
Thu, 18 Dec 2008 16:56:51 +0000
(17:56 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 18 Dec 2008 17:58:40 +0000
(09:58 -0800)
The type of the size member of filespec is ulong, while strbuf_detach expects
a size_t pointer. This patch should fix the warning:
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
0956a6d
)
No differences found