mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-06 19:19:16 +00:00
Merge branch 'master'
This commit is contained in:
commit
08fc41f893
@ -1560,7 +1560,7 @@ int rhizome_retrieve_file(const char *fileid, const char *filepath, const unsign
|
|||||||
} else {
|
} else {
|
||||||
length = sqlite3_blob_bytes(blob);
|
length = sqlite3_blob_bytes(blob);
|
||||||
cli_puts("filehash"); cli_delim(":");
|
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_puts("filesize"); cli_delim(":");
|
||||||
cli_printf("%lld", length); cli_delim("\n");
|
cli_printf("%lld", length); cli_delim("\n");
|
||||||
ret = 1;
|
ret = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user