size
Change-Id: I0b43832bc896864abb0a659fc3bf58793879a2e8
This commit is contained in:
parent
80cd7707c0
commit
32ac1666e2
@ -104,7 +104,7 @@ static int store_file(struct DEDUPE_STORE_CONTEXT *context, struct stat st, cons
|
||||
return ret;
|
||||
}
|
||||
|
||||
fprintf(context->output_manifest, "%s\t\n", psum);
|
||||
fprintf(context->output_manifest, "%s\t%d\t\n", psum, st.st_size);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user