mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
fixed bug when reporting hash of files during rhizome extract file.
This commit is contained in:
parent
4b73e42bed
commit
be9cefc5ba
@ -1569,7 +1569,7 @@ int rhizome_retrieve_file(const char *fileid, const char *filepath, const unsign
|
||||
} else {
|
||||
length = sqlite3_blob_bytes(blob);
|
||||
cli_puts("filehash"); cli_delim(":");
|
||||
cli_puts((const char *)sqlite3_column_text(statement, 0)); cli_delim("\n");
|
||||
cli_puts(fileIdUpper); cli_delim("\n");
|
||||
cli_puts("filesize"); cli_delim(":");
|
||||
cli_printf("%lld", length); cli_delim("\n");
|
||||
ret = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user