Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: remove the 'arg' field from todo_item
[gitweb.git]
/
xdiff-interface.c
diff --git
a/xdiff-interface.c
b/xdiff-interface.c
index de9c524d2f35ac74fff31da31bc6d944612d8366..80f060d2782e227ce7637a41d05742729c48f6ac 100644
(file)
--- a/
xdiff-interface.c
+++ b/
xdiff-interface.c
@@
-172,7
+172,7
@@
void read_mmblob(mmfile_t *ptr, const struct object_id *oid)
unsigned long size;
enum object_type type;
- if (
!oidcmp
(oid, &null_oid)) {
+ if (
oideq
(oid, &null_oid)) {
ptr->ptr = xstrdup("");
ptr->size = 0;
return;