test: Cover more ways to request apps and files.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m15s

This commit is contained in:
2024-11-02 15:43:03 -04:00
parent fd4ac7c9b9
commit 30e027092b
6 changed files with 43 additions and 2 deletions

View File

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