test: Cover more ways to request apps and files.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m15s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m15s
This commit is contained in:
@ -638,6 +638,10 @@ bool tf_ssb_db_blob_get(tf_ssb_t* ssb, const char* id, uint8_t** out_blob, size_
|
||||
}
|
||||
result = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
tf_printf("OOPS %s\n", sqlite3_errmsg(db));
|
||||
}
|
||||
sqlite3_finalize(statement);
|
||||
}
|
||||
tf_ssb_release_db_reader(ssb, db);
|
||||
|
Reference in New Issue
Block a user