Change-Id: I0b43832bc896864abb0a659fc3bf58793879a2e8
This commit is contained in:
Koushik Dutta 2011-07-12 14:03:03 -07:00
parent 80cd7707c0
commit 32ac1666e2

View File

@ -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;
}