Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: convert sha1_object_info* to object_id
[gitweb.git]
/
streaming.c
diff --git
a/streaming.c
b/streaming.c
index 042d6082e83660773843ffc68841cd0c05c252b2..344678e95f21246a615916dfd946a3b095a9dd8a 100644
(file)
--- a/
streaming.c
+++ b/
streaming.c
@@
-117,7
+117,7
@@
static enum input_source istream_source(const unsigned char *sha1,
oi->typep = type;
oi->sizep = &size;
- status =
sha1_object_info_extended(oid.hash
, oi, 0);
+ status =
oid_object_info_extended(&oid
, oi, 0);
if (status < 0)
return stream_error;